Node.gitignore 914 字节
Newer Older
A
Adam Roben 已提交
1
# Logs
2
logs
A
amrnt 已提交
3
*.log
C
cyrbil 已提交
4
npm-debug.log*
A
Anders D. Johnson 已提交
5 6
yarn-debug.log*
yarn-error.log*
7

A
Adam Roben 已提交
8
# Runtime data
9 10 11
pids
*.pid
*.seed
R
Roman Pushkin 已提交
12
*.pid.lock
13

A
Adam Roben 已提交
14
# Directory for instrumented libs generated by jscoverage/JSCover
15 16
lib-cov

A
Adam Roben 已提交
17
# Coverage directory used by tools like istanbul
18 19
coverage

20 21 22
# nyc test coverage
.nyc_output

A
Adam Roben 已提交
23
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
S
Stuart P. Bentley 已提交
24 25
.grunt

26 27 28
# Bower dependency directory (https://bower.io/)
bower_components

29 30 31
# node-waf configuration
.lock-wscript

32
# Compiled binary addons (https://nodejs.org/api/addons.html)
33 34
build/Release

M
Matti Jokitulppo 已提交
35
# Dependency directories
A
Andrew Pennebaker 已提交
36 37
node_modules/
jspm_packages/
38 39

# Typescript v1 declaration files
40
typings/
J
Julien CROUZET 已提交
41 42 43

# Optional npm cache directory
.npm
J
Julien CROUZET 已提交
44

45 46 47
# Optional eslint cache
.eslintcache

J
Julien CROUZET 已提交
48 49
# Optional REPL history
.node_repl_history
M
Mike Ralphson 已提交
50 51 52

# Output of 'npm pack'
*.tgz
C
Craig Morris 已提交
53 54 55 56

# Yarn Integrity file
.yarn-integrity

M
Malcolm 已提交
57 58 59
# dotenv environment variables file
.env

K
Kyle Kelley 已提交
60 61
# next.js build output
.next