UNPKG

438 BPlain TextView Raw
1# Neuron specified folders
2build/
3old/
4
5# PHP files
6index.php
7
8# Numerous always-ignore extensions
9*.bak
10*.patch
11*.diff
12*.err
13
14# temp file for git conflict merging
15*.orig
16*.log
17*.rej
18*.swo
19*.swp
20*.zip
21*.vi
22*~
23*.sass-cache
24*.tmp.html
25
26# OS or Editor folders
27.DS_Store
28._*
29.cache
30.project
31.settings
32.tmproj
33*.esproj
34*.sublime-project
35*.sublime-workspace
36nbproject
37thumbs.db
38.idea
39
40# Other folders to ignore
41.hg
42.svn
43.CVS
44.git
45node_modules/