1
0
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:
Bryan Gilbert 2013-09-27 07:18:03 -04:00
parent dc51d92357
commit 3922e4c63e

9
Clojurescript.gitignore Normal file
View File

@ -0,0 +1,9 @@
pom.xml
*jar
/lib/
/classes/
/targets/
/target/
/node_modules/
npm-debug.log
.lein-deps-sum