Skip to content

Commit

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

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

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

0 comments on commit c1bc08f

Please sign in to comment.