mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
Added additional folders
This commit is contained in:
parent
bfdea302ff
commit
48a498a280
@ -2,6 +2,8 @@
|
|||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
# Dependency directories
|
# Dependency directories
|
||||||
node_modules
|
node_modules
|
||||||
@ -13,9 +15,22 @@ solution
|
|||||||
temp
|
temp
|
||||||
*.sppkg
|
*.sppkg
|
||||||
|
|
||||||
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||||
|
build/Release
|
||||||
|
|
||||||
# Coverage directory used by tools like istanbul
|
# Coverage directory used by tools like istanbul
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Optional REPL history
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
|
# Output of 'npm pack'
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
|
||||||
# OSX
|
# OSX
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
@ -30,3 +45,10 @@ obj
|
|||||||
|
|
||||||
# Styles Generated Code
|
# Styles Generated Code
|
||||||
*.scss.ts
|
*.scss.ts
|
||||||
|
|
||||||
|
# Test Result
|
||||||
|
testresult
|
||||||
|
.DS_Store
|
||||||
|
.npmrc
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user