Skip to content

Commit

Permalink
updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyRuffino committed Jan 1, 2018
1 parent ec920bd commit 078519a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.ear
*.class


# eclipse specific git ignore
*.pydevproject
.project
Expand All @@ -25,3 +26,30 @@ local.properties

# Locally stored "Eclipse launch configurations"
*.launch

### Gradle ###
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar

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

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

### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

0 comments on commit 078519a

Please sign in to comment.