]> source.dussan.org Git - gitea.git/commitdiff
[skip ci] Updated licenses and gitignores
authorGiteaBot <teabot@gitea.io>
Sun, 30 May 2021 00:11:22 +0000 (00:11 +0000)
committerGiteaBot <teabot@gitea.io>
Sun, 30 May 2021 00:11:22 +0000 (00:11 +0000)
options/gitignore/Gradle
options/gitignore/Gretl [new file with mode: 0644]
options/gitignore/Node
options/gitignore/SPFx [new file with mode: 0644]
options/gitignore/Umbraco
options/gitignore/V

index 8d68edc977c17516de25cc67d8d0a0e5f9bec179..85888bb2e1444cfd8d2da2d5c3862cde8a2abd55 100644 (file)
@@ -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
diff --git a/options/gitignore/Gretl b/options/gitignore/Gretl
new file mode 100644 (file)
index 0000000..582489e
--- /dev/null
@@ -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
index 1f22b9c26a3d8e65b0d0393dbe20c556a68a6416..0125458e15f071d5c692e5abc9e22bfa26bf67ef 100644 (file)
@@ -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
@@ -71,6 +72,7 @@ web_modules/
 # dotenv environment variables file
 .env
 .env.test
+.env.production
 
 # parcel-bundler cache (https://parceljs.org/)
 .cache
diff --git a/options/gitignore/SPFx b/options/gitignore/SPFx
new file mode 100644 (file)
index 0000000..5a66b34
--- /dev/null
@@ -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
index c286845766db51ccdff5695b90dc307bcce8e518..5649531412a32baea5c63c69a4c0cf740edda2ee 100644 (file)
@@ -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/ 
 
@@ -29,4 +29,4 @@
 **/App_Data/cache/
 
 # Ignore the Models Builder models out of date flag
-**/App_Data/Models/ood.flag
+**/ood.flag
index bc0d4f3aaaa74768b631d2e79f47d3fac61a6f78..dbbb0462fbae3d01fdd92e2c348578d737b1f251 100644 (file)
@@ -1,6 +1,3 @@
-*
-!*/
-!*.*
 *.exe
 *.o
 *.so