[skip ci] Updated licenses and gitignores
This commit is contained in:
parent
a9daebca22
commit
d8c99c64d5
|
@ -10,6 +10,3 @@ gradle-app.setting
|
||||||
|
|
||||||
# Cache of project
|
# Cache of project
|
||||||
.gradletasknamecache
|
.gradletasknamecache
|
||||||
|
|
||||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
|
||||||
# gradle/wrapper/gradle-wrapper.properties
|
|
||||||
|
|
|
@ -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
|
|
@ -5,6 +5,7 @@ npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
|
.pnpm-debug.log*
|
||||||
|
|
||||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||||
|
@ -71,6 +72,7 @@ web_modules/
|
||||||
# dotenv environment variables file
|
# dotenv environment variables file
|
||||||
.env
|
.env
|
||||||
.env.test
|
.env.test
|
||||||
|
.env.production
|
||||||
|
|
||||||
# parcel-bundler cache (https://parceljs.org/)
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
.cache
|
.cache
|
||||||
|
|
|
@ -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
|
|
@ -15,7 +15,7 @@
|
||||||
**/App_Data/umbraco.config
|
**/App_Data/umbraco.config
|
||||||
|
|
||||||
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
|
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
|
||||||
## you can find your umbraco version at your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
|
## you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
|
||||||
## Uncomment this line if you think it fits the way you work on your project.
|
## Uncomment this line if you think it fits the way you work on your project.
|
||||||
## **/[Uu]mbraco/
|
## **/[Uu]mbraco/
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
**/App_Data/cache/
|
**/App_Data/cache/
|
||||||
|
|
||||||
# Ignore the Models Builder models out of date flag
|
# Ignore the Models Builder models out of date flag
|
||||||
**/App_Data/Models/ood.flag
|
**/ood.flag
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
*
|
|
||||||
!*/
|
|
||||||
!*.*
|
|
||||||
*.exe
|
*.exe
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
|
|
Loading…
Reference in New Issue