Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a813f7539a |
63
.gitignore
vendored
63
.gitignore
vendored
@@ -1,32 +1,47 @@
|
|||||||
|
# Dependencies and local tools
|
||||||
|
node_modules/
|
||||||
|
.tools/
|
||||||
|
|
||||||
|
# SPFx build output
|
||||||
|
lib/
|
||||||
|
dist/
|
||||||
|
temp/
|
||||||
|
release/
|
||||||
|
solution/
|
||||||
|
sharepoint/solution/
|
||||||
|
*.sppkg
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
# Test output
|
||||||
|
coverage/
|
||||||
|
|
||||||
|
# Generated TypeScript files
|
||||||
|
*.resx.ts
|
||||||
|
*.scss.ts
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs/
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
# Dependency directories
|
# Local environment files
|
||||||
node_modules
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
# Build generated files
|
# Visual Studio and IDE files
|
||||||
dist
|
.vs/
|
||||||
lib
|
.idea/
|
||||||
solution
|
|
||||||
temp
|
|
||||||
*.sppkg
|
|
||||||
|
|
||||||
# Coverage directory used by tools like istanbul
|
|
||||||
coverage
|
|
||||||
|
|
||||||
# OSX
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Visual Studio files
|
|
||||||
.ntvs_analysis.dat
|
.ntvs_analysis.dat
|
||||||
.vs
|
*.suo
|
||||||
bin
|
*.user
|
||||||
obj
|
bin/
|
||||||
|
obj/
|
||||||
|
|
||||||
# Resx Generated Code
|
# Operating system files
|
||||||
*.resx.ts
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
# Styles Generated Code
|
|
||||||
*.scss.ts
|
|
||||||
|
|||||||
Reference in New Issue
Block a user