14 lines
183 B
Text
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
|