arkiwi_boilerplate/.gitignore

15 lines
183 B
Text
Raw Normal View History

2015-09-12 18:32:58 +02:00
# ignore all bin directories
# matches "bin" in any subfolder
bin/
# ignore all target directories
target/
# ignore all files ending with ~
*~
2015-09-12 17:55:43 +02:00
.tmp
bower_components
node_modules