1
0
Fork 0
forked from forgejo/forgejo

[skip ci] Updated licenses and gitignores

This commit is contained in:
GiteaBot 2022-02-20 00:16:03 +00:00
parent 83c9035971
commit d5a4c5530a
11 changed files with 641 additions and 147 deletions

View file

@ -18,6 +18,9 @@ output.json
# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Keystore files
*.jks

4
options/gitignore/CDK Normal file
View file

@ -0,0 +1,4 @@
# CDK asset staging directory.
# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/
.cdk.staging/
cdk.out/

View file

@ -8,6 +8,9 @@ gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache

View file

@ -13,7 +13,7 @@ cover_db/
# Devel::NYTProf
nytprof.out
# Dizt::Zilla
# Dist::Zilla
/.build/
# Module::Build

View file

@ -145,7 +145,7 @@ dmypy.json
cython_debug/
# PyCharm
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.

View file

@ -13,8 +13,8 @@ crash.*.log
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
#
*.tfvars
*.tfvars.json
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
@ -24,7 +24,6 @@ override.tf.json
*_override.tf.json
# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan

2
options/gitignore/Toit Normal file
View file

@ -0,0 +1,2 @@
.packages
*_pb.toit

View file

@ -301,7 +301,7 @@ node_modules/
*.dsw
*.dsp
# Visual Studio 6 technical files
# Visual Studio 6 technical files
*.ncb
*.aps