mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Update TextMate project and .gitignore files.
This commit is contained in:
parent
b0deda9445
commit
c627b59fd0
3 changed files with 7 additions and 18 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1 @@
|
|||
.DS_Store
|
||||
/files/
|
||||
/patches/
|
||||
/node_modules/
|
||||
|
|
|
@ -1,15 +1,10 @@
|
|||
projectDirectory = "$CWD"
|
||||
windowTitle = "$TM_DISPLAYNAME — Paper.js"
|
||||
windowTitle = "$TM_DISPLAYNAME — Paper.js"
|
||||
excludeDirectories = "{$excludeDirectories,dist,build/jsdoc-toolkit}"
|
||||
|
||||
# JavaScript coding conventions
|
||||
showInvisibles = true
|
||||
softTabs = false
|
||||
tabSize = 4
|
||||
softWrap = true
|
||||
wrapColumn = 80
|
||||
|
||||
# Hide some directories from search popups.
|
||||
myExtraExcludes = "files,dist,patches,build/jsdoc-toolkit"
|
||||
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
|
||||
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
|
||||
excludeInBrowser = "{$excludeInBrowser,$myExtraExcludes}"
|
||||
showInvisibles = true
|
||||
softTabs = false
|
||||
tabSize = 4
|
||||
softWrap = false
|
||||
wrapColumn = 80
|
||||
|
|
3
build/.gitignore
vendored
3
build/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
/scriptographer.sh
|
||||
/sync.sh
|
||||
/editor.sh
|
Loading…
Reference in a new issue