Skip to content

Commit

Permalink
ignore project setting files (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwhynot authored and neoremind committed Oct 7, 2018
1 parent 7771c9e commit b516970
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
/target
/bin

# Eclipse
/.classpath
/.project
/.settings

# Idea
*.iml
.idea
*.idea

*/target

*/.settings
.settings

*/.classpath

*/.project
.project

*/.vscode
.vscode

0 comments on commit b516970

Please sign in to comment.