Repository: incubator-netbeans-website Updated Branches: refs/heads/apache-incubation 13933bf59 -> de85d2feb
Removed minified files from gitignore. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/commit/48f600ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/tree/48f600ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/diff/48f600ca Branch: refs/heads/apache-incubation Commit: 48f600ca34e1dfb5bf9a27aff26c1cc3c2861727 Parents: 13933bf Author: Chris2011 <[email protected]> Authored: Sun Nov 27 22:50:16 2016 +0100 Committer: Chris2011 <[email protected]> Committed: Sun Nov 27 22:50:16 2016 +0100 ---------------------------------------------------------------------- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/blob/48f600ca/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 16f7409..1d42b0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ /nbproject/private/ -/styles_BUILD/ -/scripts/onepager.min.js -/styles/onepager.css -/styles/onepager.css.map \ No newline at end of file +/styles_BUILD/ \ No newline at end of file
