1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
brackets/.gitignore
Kevin Dangoor 191674d09a Add Request tests to gitignore so that they're not automatically
re-included on the next update.
2013-10-18 08:17:33 -04:00

34 lines
657 B
Plaintext

Thumbs.db
src/brackets.css
src/brackets.min.css
# ignore jenkins build info
/build.prop
# ignore node_modules created by grunt, but not more deeply-nested node_modules
/node_modules
/npm-debug.log
# ignore everything in the dev extension directory EXCEPT the README
# (so that the directory is non-empty and can be in git)
src/extensions/dev/*
!src/extensions/dev/README
src/extensions/disabled
#OSX .DS_Store files
.DS_Store
# unit test working directory
test/results
# Netbeans
/nbproject
# PhpStorm
.idea
# Files that can be automatically downloaded that we don't want to ship with our builds
src/extensibility/node/node_modules/request/tests/