Skip to content

Commit

Permalink
ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
javajigi committed Jan 6, 2018
1 parent d8eb199 commit 063b7b6
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
.DS_Store
/.settings/
/bin/
/.classpath
/.project
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
/out/
/target/
/.gradle/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

0 comments on commit 063b7b6

Please sign in to comment.