mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
34 lines
355 B
Plaintext
34 lines
355 B
Plaintext
|
#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
|