Skip to content

Commit

Permalink
Merge pull request adessoSE#157 from matthiasbalke/gitignore
Browse files Browse the repository at this point in the history
modified ignore patterns
  • Loading branch information
matthiasbalke authored Apr 5, 2017
2 parents be77dfe + 136e307 commit 28caebd
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
# gradle specific
.gradle

# Ignore Gradle GUI config
gradle-app.setting

# binary build artefacts
build
bin
target
out
*.class
*.jar
*.war

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# temp
*.*~

# Mac OS X
.DS_Store

# IntelliJ IDEA specific
*.iml
*.ipr
*.iws
.idea
.idea/*
**/*.iml
**/build
out
budgeteer.ipr
budgeteer.iws
budgeteer-web-interface/src/main/resources/application.properties

budgeteer-web-interface/src/main/resources/application.properties

0 comments on commit 28caebd

Please sign in to comment.