Skip to content

Commit

Permalink
[skip ci] Updated licenses and gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot committed May 30, 2021
1 parent a9daebc commit d8c99c6
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 8 deletions.
3 changes: 0 additions & 3 deletions options/gitignore/Gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ gradle-app.setting

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
8 changes: 8 additions & 0 deletions options/gitignore/Gretl
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions options/gitignore/Node
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down Expand Up @@ -71,6 +72,7 @@ web_modules/
# dotenv environment variables file
.env
.env.test
.env.production

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down
33 changes: 33 additions & 0 deletions options/gitignore/SPFx
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions options/gitignore/Umbraco
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
**/App_Data/umbraco.config

## 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.
## **/[Uu]mbraco/

Expand All @@ -29,4 +29,4 @@
**/App_Data/cache/

# Ignore the Models Builder models out of date flag
**/App_Data/Models/ood.flag
**/ood.flag
3 changes: 0 additions & 3 deletions options/gitignore/V
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
*
!*/
!*.*
*.exe
*.o
*.so
Expand Down

0 comments on commit d8c99c6

Please sign in to comment.