Skip to content

Commit d8c99c6

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent a9daebc commit d8c99c6

File tree

6 files changed

+45
-8
lines changed

6 files changed

+45
-8
lines changed

options/gitignore/Gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ gradle-app.setting
1010

1111
# Cache of project
1212
.gradletasknamecache
13-
14-
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
15-
# gradle/wrapper/gradle-wrapper.properties

options/gitignore/Gretl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# gitignore template for Gretl
2+
# website: http://gretl.sourceforge.net/
3+
4+
# Auto-generated log file is overwritten whenever you start a new session
5+
session.inp
6+
7+
# Auto-generated temporary string code table
8+
string_table.txt

options/gitignore/Node

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
8+
.pnpm-debug.log*
89

910
# Diagnostic reports (https://nodejs.org/api/report.html)
1011
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -71,6 +72,7 @@ web_modules/
7172
# dotenv environment variables file
7273
.env
7374
.env.test
75+
.env.production
7476

7577
# parcel-bundler cache (https://parceljs.org/)
7678
.cache

options/gitignore/SPFx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#SharePoint Framework (SPFx)
2+
# Logs
3+
logs
4+
*.log
5+
npm-debug.log*
6+
7+
# Dependency directories
8+
node_modules
9+
10+
# Build generated files
11+
dist
12+
lib
13+
solution
14+
temp
15+
*.sppkg
16+
17+
# Coverage directory used by tools like istanbul
18+
coverage
19+
20+
# OSX
21+
.DS_Store
22+
23+
# Visual Studio files
24+
.ntvs_analysis.dat
25+
.vs
26+
bin
27+
obj
28+
29+
# Resx Generated Code
30+
*.resx.ts
31+
32+
# Styles Generated Code
33+
*.scss.ts

options/gitignore/Umbraco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/App_Data/umbraco.config
1616

1717
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
18-
## you can find your umbraco version at your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
18+
## you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
1919
## Uncomment this line if you think it fits the way you work on your project.
2020
## **/[Uu]mbraco/
2121

@@ -29,4 +29,4 @@
2929
**/App_Data/cache/
3030

3131
# Ignore the Models Builder models out of date flag
32-
**/App_Data/Models/ood.flag
32+
**/ood.flag

options/gitignore/V

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
*
2-
!*/
3-
!*.*
41
*.exe
52
*.o
63
*.so

0 commit comments

Comments
 (0)