Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Jun 1, 2017
1 parent 02f27d9 commit 667a02d
Showing 1 changed file with 43 additions and 6 deletions.
49 changes: 43 additions & 6 deletions .gitignore
@@ -1,16 +1,53 @@
ivy
bin
# Gradle
build
.gradle

# Eclispe
bin
.project
.classpath
.settings
.metadata

# Intellij
out
.idea
*.iml
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml

# NetBeans
.nbattrs

# virtual machine crash logs
hs_err_pid*

# Backup files
*.sw[nop]
*~
.#*
[#]*#

# dotenv or direnv
.env
.envrc

# Miscellaneous
*.log
.clover
.DS_Store

# Profiler and heap dumps
*.jps
*.hprof
/.nb-gradle/

# JavaScript
node_modules
application.min.*
application.gzip.*
application.login.min.*
application.login.gzip.*
*.sw[nop]
*~
.#*
[#]*#

0 comments on commit 667a02d

Please sign in to comment.