Add .gitignore

This commit is contained in:
Daniel Compton 2016-11-06 16:47:17 +13:00
parent d381a24ef6
commit f3f6ba33ad
1 changed files with 21 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
.idea/**/*
!.idea/codeStyleSettings.xml
*.iml
*.log
.nrepl-port
pom.xml
pom.xml.asc
*.jar
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
core/
out/
target/
compiled/
misc/
.floo
.flooignore
node_modules/
examples/todomvc/.idea/