Add .gitignore
This commit is contained in:
parent
d381a24ef6
commit
f3f6ba33ad
|
@ -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/
|
Loading…
Reference in New Issue