Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
* ignores created IntelliJ project files now
* ignores gradle.properties now
  • Loading branch information
skalarproduktraum committed Feb 18, 2016
1 parent 84c448e commit e7a0988
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .gitignore
@@ -1,11 +1,25 @@
# Binary files
bin/
build/

# Eclipse projects & settings
.project
.classpath
.settings/*

# local gradle files and settings
.gradle
gradle.properties

# IntelliJ project files -- create by `gradle idea` - do not commit!
.idea
*.ipr
*.iws
*.iml
*.class

# log files and metadata
Thumbs.db
.DS_Store
hs_err_pid*
log.txt
4 changes: 0 additions & 4 deletions gradle.properties

This file was deleted.

0 comments on commit e7a0988

Please sign in to comment.