Skip to content

Commit

Permalink
update .gitignore for gradle and intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Qian committed Nov 5, 2017
1 parent 6185f3c commit 121dc2a
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,35 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# for mac
# Ignore OS X Desktop Services store
.DS_Store
**/.DS_Store
.tddium*
**/*~

# intellij
.idea
*.iml
*.ipr
*.iws
**/*.iml
out/
.classpath
**/.classpath
.project
**/.project
.settings/
**/.settings/

# Gradle
.gradle/
**/.gradle/
**/.gradletasknamecache
build/
**/build/
classes



# for python virtual env
.env/

0 comments on commit 121dc2a

Please sign in to comment.