mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
191674d09a
re-included on the next update.
34 lines
657 B
Plaintext
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/
|