mirror of https://github.com/go-gitea/gitea.git
[skip ci] Updated licenses and gitignores
parent
a9daebca22
commit
d8c99c64d5
@ -0,0 +1,8 @@
|
||||
# gitignore template for Gretl
|
||||
# website: http://gretl.sourceforge.net/
|
||||
|
||||
# Auto-generated log file is overwritten whenever you start a new session
|
||||
session.inp
|
||||
|
||||
# Auto-generated temporary string code table
|
||||
string_table.txt
|
@ -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…
Reference in New Issue