51 lines
434 B
Plaintext
51 lines
434 B
Plaintext
|
# Cortex project
|
||
|
build/
|
||
|
|
||
|
# php files
|
||
|
index.php
|
||
|
|
||
|
# Numerous always-ignore extensions
|
||
|
*.bak
|
||
|
*.patch
|
||
|
*.diff
|
||
|
*.err
|
||
|
*.orig
|
||
|
*.log
|
||
|
*.rej
|
||
|
*.swo
|
||
|
*.swp
|
||
|
*.zip
|
||
|
*.vi
|
||
|
*~
|
||
|
*.sass-cache
|
||
|
|
||
|
# OS or Editor folders
|
||
|
.DS_Store
|
||
|
._*
|
||
|
.cache
|
||
|
.project
|
||
|
.settings
|
||
|
.tmproj
|
||
|
*.esproj
|
||
|
*.sublime-project
|
||
|
*.sublime-workspace
|
||
|
nbproject
|
||
|
thumbs.db
|
||
|
|
||
|
# Folders to ignore
|
||
|
.hg
|
||
|
.svn
|
||
|
.CVS
|
||
|
.idea
|
||
|
node_modules
|
||
|
old/
|
||
|
*-old/
|
||
|
*-notrack/
|
||
|
build/
|
||
|
combo/
|
||
|
reference/
|
||
|
jscoverage_lib/
|
||
|
temp/
|
||
|
|
||
|
|