UNPKG

809 BPlain TextView Raw
1# See http://help.github.com/ignore-files/ for more about ignoring
2# files.
3#
4# If you find yourself ignoring temp files generated by your text editor
5# or operating system, you probably want to add a global ignore instead:
6# git config --global core.excludesfile ~/.gitignore
7
8# Ignore npm packaging
9/.node_modules
10/node_modules
11
12# Ignore all logfiles and tempfiles.
13*.log
14/tmp
15
16## Ignore all generated files
17/coverage
18/rdoc
19/wiki
20/packaging
21npm-debug.log
22*.tmproj
23azure_error
24what
25*.sublime-workspace
26
27# Output folder
28/public
29/dist
30
31# Numerous always-ignore extensions
32*~
33*.diff
34*.patch
35*.err
36*.orig
37*.log
38*.rej
39*.swo
40*.swp
41*.vi
42*~
43*.sass-cache
44
45# OS or Editor folders
46.DS_Store
47.cache
48.project
49.settings
50.tmproj
51.zedstate
52nbproject
53Thumbs.db.c9
54.c9/