arkiwi_boilerplate/.gitignore
2015-09-12 18:32:58 +02:00

14 lines
183 B
Text

# ignore all bin directories
# matches "bin" in any subfolder
bin/
# ignore all target directories
target/
# ignore all files ending with ~
*~
.tmp
bower_components
node_modules