dev #1
37
.gitignore
vendored
37
.gitignore
vendored
@@ -1,10 +1,47 @@
|
|||||||
|
# Dependencies and local tools
|
||||||
node_modules/
|
node_modules/
|
||||||
.tools/
|
.tools/
|
||||||
|
|
||||||
|
# SPFx build output
|
||||||
lib/
|
lib/
|
||||||
dist/
|
dist/
|
||||||
temp/
|
temp/
|
||||||
release/
|
release/
|
||||||
|
solution/
|
||||||
sharepoint/solution/
|
sharepoint/solution/
|
||||||
*.sppkg
|
*.sppkg
|
||||||
*.tgz
|
*.tgz
|
||||||
|
|
||||||
|
# Test output
|
||||||
|
coverage/
|
||||||
|
|
||||||
|
# Generated TypeScript files
|
||||||
|
*.resx.ts
|
||||||
|
*.scss.ts
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs/
|
||||||
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Local environment files
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
# Visual Studio and IDE files
|
||||||
|
.vs/
|
||||||
|
.idea/
|
||||||
|
.ntvs_analysis.dat
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
|
||||||
|
# Operating system files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user