-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (29 loc) · 891 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# python compiled files
*.pyc
# compiled translations
*.mo
# Logs
nodejs_test/nodejs/logs
nodejs_test/nodejs/*.log
nodejs_test/nodejs/npm-debug.log*
# Runtime data
nodejs_test/nodejs/pids
nodejs_test/nodejs/*.pid
nodejs_test/nodejs/*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
nodejs_test/nodejs/lib-cov
# Coverage directory used by tools like istanbul
nodejs_test/nodejs/coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
nodejs_test/nodejs/.grunt
# node-waf configuration
nodejs_test/nodejs/.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
nodejs_test/nodejs/build/Release
# Dependency directories
nodejs_test/nodejs/node_modules
nodejs_test/nodejs/jspm_packages
# Optional npm cache directory
nodejs_test/nodejs/.npm
# Optional REPL history
nodejs_test/nodejs/.node_repl_history