gitignore/SharePointSPFX.gitignore

55 lines
592 B
Plaintext
Raw Normal View History

# Logs
logs
*.log
npm-debug.log*
2020-09-25 20:36:08 +02:00
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules
# Build generated files
dist
lib
solution
temp
*.sppkg
2020-09-25 20:36:08 +02:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Coverage directory used by tools like istanbul
coverage
2020-09-25 20:36:08 +02:00
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# OSX
.DS_Store
# Visual Studio files
.ntvs_analysis.dat
.vs
bin
obj
# Resx Generated Code
*.resx.ts
# Styles Generated Code
*.scss.ts
2020-09-25 20:36:08 +02:00
# Test Result
testresult
.DS_Store
.npmrc