Skip to content

Commit

Permalink
Updating .gitignore to include files to not be included
Browse files Browse the repository at this point in the history
  • Loading branch information
dblaber committed Oct 19, 2016
1 parent cf4b44b commit c4d7d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build
.settings
bin
.classpath
/.project
1 change: 1 addition & 0 deletions UrlMinifierLibrary/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/bin/
/.gradle/
/build/
/.project
1 change: 1 addition & 0 deletions UrlMinifierWebapp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.project

0 comments on commit c4d7d4c

Please sign in to comment.