mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
Add clojurescript gitignore file useful for working with combined leiningen and npm projects
This commit is contained in:
parent
dc51d92357
commit
3922e4c63e
9
Clojurescript.gitignore
Normal file
9
Clojurescript.gitignore
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
pom.xml
|
||||||
|
*jar
|
||||||
|
/lib/
|
||||||
|
/classes/
|
||||||
|
/targets/
|
||||||
|
/target/
|
||||||
|
/node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
.lein-deps-sum
|
Loading…
Reference in New Issue
Block a user