adjust .atom gitignore to ignore all files by default
This commit is contained in:
parent
e509381c75
commit
79c5034593
1 changed files with 7 additions and 10 deletions
17
.atom/.gitignore
vendored
17
.atom/.gitignore
vendored
|
@ -1,10 +1,7 @@
|
||||||
blob-store
|
# Ignore all files
|
||||||
compile-cache
|
*
|
||||||
dev
|
|
||||||
storage
|
# Except these
|
||||||
.apm
|
!config.cson
|
||||||
.node-gyp
|
!packages.list
|
||||||
.npm
|
!init.coffee
|
||||||
packages
|
|
||||||
recovery
|
|
||||||
projects.cson
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue