mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Merge pull request #3731 from Tanddant/master
Added SPFx (SharePoint Framework) gitignore
This commit is contained in:
commit
2ee4656dd8
1 changed files with 33 additions and 0 deletions
33
community/SPFx.gitignore
Normal file
33
community/SPFx.gitignore
Normal file
|
@ -0,0 +1,33 @@
|
|||
#SharePoint Framework (SPFx)
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules
|
||||
|
||||
# Build generated files
|
||||
dist
|
||||
lib
|
||||
solution
|
||||
temp
|
||||
*.sppkg
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# OSX
|
||||
.DS_Store
|
||||
|
||||
# Visual Studio files
|
||||
.ntvs_analysis.dat
|
||||
.vs
|
||||
bin
|
||||
obj
|
||||
|
||||
# Resx Generated Code
|
||||
*.resx.ts
|
||||
|
||||
# Styles Generated Code
|
||||
*.scss.ts
|
Loading…
Add table
Add a link
Reference in a new issue