浏览代码

[skip ci] Updated licenses and gitignores

tags/v1.15.0-rc1
GiteaBot 3 年前
父节点
当前提交
d8c99c64d5
共有 6 个文件被更改,包括 45 次插入8 次删除
  1. 0
    3
      options/gitignore/Gradle
  2. 8
    0
      options/gitignore/Gretl
  3. 2
    0
      options/gitignore/Node
  4. 33
    0
      options/gitignore/SPFx
  5. 2
    2
      options/gitignore/Umbraco
  6. 0
    3
      options/gitignore/V

+ 0
- 3
options/gitignore/Gradle 查看文件

@@ -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
- 0
options/gitignore/Gretl 查看文件

@@ -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
- 0
options/gitignore/Node 查看文件

@@ -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

+ 33
- 0
options/gitignore/SPFx 查看文件

@@ -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

+ 2
- 2
options/gitignore/Umbraco 查看文件

@@ -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

+ 0
- 3
options/gitignore/V 查看文件

@@ -1,6 +1,3 @@
*
!*/
!*.*
*.exe
*.o
*.so

正在加载...
取消
保存