15 lines
236 B
Text
15 lines
236 B
Text
# ignore all bin directories
|
|
# matches "bin" in any subfolder
|
|
bin/
|
|
|
|
# ignore all target directories
|
|
target/
|
|
|
|
# ignore all files ending with ~
|
|
*~
|
|
|
|
.tmp
|
|
arav_up_client/bower_components
|
|
arav_up_client_old/
|
|
arav_up_api_old/
|
|
/.brackets.json
|