Skip to content

Commit

Permalink
[dev] gitignore more project specific entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mac Gregor committed Mar 26, 2019
1 parent 6fc1134 commit fc0f032
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
target/*
work/*
.settings/*
/bin/*

# Java
*.class
*.jar
*.war
*.ear

# Eclipse
.settings/
.buildpath
.classpath
.project

# Logging
*.log

.idea
*.iml

# Mac OS X
.DS_Store
**/.DS_Store

etc/*
node/*
node_modules/*
/npm-debug.log
/yarn.lock

# Linux backup files
*~

0 comments on commit fc0f032

Please sign in to comment.