File tree Expand file tree Collapse file tree 6 files changed +45
-8
lines changed Expand file tree Collapse file tree 6 files changed +45
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,3 @@ gradle-app.setting
10
10
11
11
# Cache of project
12
12
.gradletasknamecache
13
-
14
- # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
15
- # gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ npm-debug.log*
5
5
yarn-debug.log*
6
6
yarn-error.log*
7
7
lerna-debug.log*
8
+ .pnpm-debug.log*
8
9
9
10
# Diagnostic reports (https://nodejs.org/api/report.html)
10
11
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -71,6 +72,7 @@ web_modules/
71
72
# dotenv environment variables file
72
73
.env
73
74
.env.test
75
+ .env.production
74
76
75
77
# parcel-bundler cache (https://parceljs.org/)
76
78
.cache
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 15
15
**/App_Data/umbraco.config
16
16
17
17
## 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" />)
19
19
## Uncomment this line if you think it fits the way you work on your project.
20
20
## **/[Uu]mbraco/
21
21
29
29
**/App_Data/cache/
30
30
31
31
# Ignore the Models Builder models out of date flag
32
- **/App_Data/Models/ ood.flag
32
+ **/ood.flag
Original file line number Diff line number Diff line change 1
- *
2
- !*/
3
- !*.*
4
1
*.exe
5
2
*.o
6
3
*.so
You can’t perform that action at this time.
0 commit comments