cleanup .gitignores
This commit is contained in:
parent
68d2ebc633
commit
ff75105be0
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
.DS_Store
|
||||||
|
target/
|
||||||
|
classes/
|
||||||
|
checkouts/
|
||||||
|
pom.xml
|
||||||
|
pom.xml.asc
|
||||||
|
*.jar
|
||||||
|
*.class
|
||||||
|
.lein-*
|
||||||
|
.nrepl-port
|
||||||
|
.settings/
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
10
clj-browserchannel-jetty-adapter/.gitignore
vendored
10
clj-browserchannel-jetty-adapter/.gitignore
vendored
|
@ -1,10 +0,0 @@
|
||||||
/target
|
|
||||||
/lib
|
|
||||||
/classes
|
|
||||||
/checkouts
|
|
||||||
pom.xml
|
|
||||||
*.jar
|
|
||||||
*.class
|
|
||||||
.lein-deps-sum
|
|
||||||
.lein-failures
|
|
||||||
.lein-plugins
|
|
10
clj-browserchannel-netty-adapter/.gitignore
vendored
10
clj-browserchannel-netty-adapter/.gitignore
vendored
|
@ -1,10 +0,0 @@
|
||||||
/target
|
|
||||||
/lib
|
|
||||||
/classes
|
|
||||||
/checkouts
|
|
||||||
pom.xml
|
|
||||||
*.jar
|
|
||||||
*.class
|
|
||||||
.lein-deps-sum
|
|
||||||
.lein-failures
|
|
||||||
.lein-plugins
|
|
10
clj-browserchannel-server/.gitignore
vendored
10
clj-browserchannel-server/.gitignore
vendored
|
@ -1,10 +0,0 @@
|
||||||
/target
|
|
||||||
/lib
|
|
||||||
/classes
|
|
||||||
/checkouts
|
|
||||||
pom.xml
|
|
||||||
*.jar
|
|
||||||
*.class
|
|
||||||
.lein-deps-sum
|
|
||||||
.lein-failures
|
|
||||||
.lein-plugins
|
|
Reference in a new issue