File tree Expand file tree Collapse file tree 4 files changed +2084
-3543
lines changed Expand file tree Collapse file tree 4 files changed +2084
-3543
lines changed Original file line number Diff line number Diff line change 1- # Include your project-specific ignores in this file
2- # Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
3- # Useful .gitignore templates: https://github.com/github/gitignore
4-
5- # Git files
6- * .diff
7- * .orig
8- * .rej
9-
10- # Numerous always-ignore extensions
11- pids
12- * .pid
13- * .seed
14- * .lock
15- * .err
16- * .tmp
17- * .log *
18-
19- # Vim
20- [._ ]* .s [a-w ][a-z ]
21- [._ ]s [a-w ][a-z ]
22- * .un~
23- Session.vim
24- .netrwhist
25- * ~
26-
27- # Text Editors
28- .swo
29- * .swp
30- * .vi
31-
32- # Numerous always-ignore directories
33- logs
34- tmp
35-
36- # Windows files and directories
37- Thumbs.db
38- ehthumbs.db
39- ehthumbs_vista.db
40- Image.db
41- Video.db
42- TVThumb.db
43- musicThumbs.db
44- thumbcache_ * .db
45-
46- # Mac files and directories
47- .DS_Store
48- .AppleDouble
49- .LSOverride
50- .Spotlight-V100
51- .Trashes
52- .AppleDB
53- .AppleDesktop
54- Network Trash Folder
55- Temporary Items
56- .apdisk
57-
58- # Thumbnails
59- ._ *
60-
61- # IntelliJ IDEA and other products
62- * .iml
63- .idea
64- release
65-
66- # VSCode metadata
67- .vscode
68-
69- # Sublime
70- * .sublime-project
71- * .sublime-workspace
72- .sublimelinterrc
73-
74- # Eclipse
75- .project
76- .classpath
77- .settings
78-
79- # gitkeep
80- ! .gitkeep
81-
82- # Directory for instrumented libs generated by `jscoverage/JSCover`
83- lib-cov
84-
85- # Coverage directory used by tools like `istanbul`, `phpunit/php-code-coverage` and etc.
86- coverage
87-
88- # nyc test coverage
89- .nyc_output
90-
91- # node-waf configuration
92- .lock-wscript
93-
94- # Compiled binary addons (http://nodejs.org/api/addons.html)
95- build /Release
96-
97- # Dependency directories
98- bower_components
99- .bower-cache
100- .bower-registry
101- .bower-tmp
1021node_modules
103- jspm_packages
104-
105- # Optional npm cache directory
106- .npm
107-
108- # Optional REPL history
109- .node_repl_history
110-
111- # Ignore minified files
112- * .min. *
113-
114- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
115- .grunt
116-
117- # Python
118- * .pyc
119-
120- # Caches
121- .cache
122- .cache-loader
1232.eslintcache
124- .eclintercache
125- .stylelintcache
126- .sass-cache
127- .phpcscache
128-
129- # npm
130- npm-shrinkwrap.json
131- ! package-lock.json
132-
133-
You can’t perform that action at this time.
0 commit comments