diff options
author | GiteaBot <teabot@gitea.io> | 2022-02-20 00:16:03 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2022-02-20 00:16:03 +0000 |
commit | d5a4c5530a452e1bb32285d1171064ebe9ddfb70 (patch) | |
tree | fd29b05f16c59655c0ed48ecf54e828af6077df9 /options/gitignore | |
parent | 83c9035971e4b594686391a7ff052a7d1fe13771 (diff) | |
download | gitea-d5a4c5530a452e1bb32285d1171064ebe9ddfb70.tar.gz gitea-d5a4c5530a452e1bb32285d1171064ebe9ddfb70.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore')
-rw-r--r-- | options/gitignore/Android | 3 | ||||
-rw-r--r-- | options/gitignore/CDK | 4 | ||||
-rw-r--r-- | options/gitignore/Gradle | 3 | ||||
-rw-r--r-- | options/gitignore/Perl | 2 | ||||
-rw-r--r-- | options/gitignore/Python | 2 | ||||
-rw-r--r-- | options/gitignore/Terraform | 3 | ||||
-rw-r--r-- | options/gitignore/Toit | 2 | ||||
-rw-r--r-- | options/gitignore/VisualStudio | 2 |
8 files changed, 16 insertions, 5 deletions
diff --git a/options/gitignore/Android b/options/gitignore/Android index a68e5b5754..347e252ef1 100644 --- a/options/gitignore/Android +++ b/options/gitignore/Android @@ -18,6 +18,9 @@ output.json # IntelliJ *.iml .idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml # Keystore files *.jks diff --git a/options/gitignore/CDK b/options/gitignore/CDK new file mode 100644 index 0000000000..3fc2f79918 --- /dev/null +++ b/options/gitignore/CDK @@ -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/ diff --git a/options/gitignore/Gradle b/options/gitignore/Gradle index 0986bbec5b..a5b111377b 100644 --- a/options/gitignore/Gradle +++ b/options/gitignore/Gradle @@ -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 diff --git a/options/gitignore/Perl b/options/gitignore/Perl index ecf66f8429..fb8b193173 100644 --- a/options/gitignore/Perl +++ b/options/gitignore/Perl @@ -13,7 +13,7 @@ cover_db/ # Devel::NYTProf nytprof.out -# Dizt::Zilla +# Dist::Zilla /.build/ # Module::Build diff --git a/options/gitignore/Python b/options/gitignore/Python index d9005f2cc7..de2d5e086e 100644 --- a/options/gitignore/Python +++ b/options/gitignore/Python @@ -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. diff --git a/options/gitignore/Terraform b/options/gitignore/Terraform index b1a7167f48..9b8a46e692 100644 --- a/options/gitignore/Terraform +++ b/options/gitignore/Terraform @@ -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 diff --git a/options/gitignore/Toit b/options/gitignore/Toit new file mode 100644 index 0000000000..1352ef7ef2 --- /dev/null +++ b/options/gitignore/Toit @@ -0,0 +1,2 @@ +.packages +*_pb.toit diff --git a/options/gitignore/VisualStudio b/options/gitignore/VisualStudio index 426d76ddc1..8a30d258ed 100644 --- a/options/gitignore/VisualStudio +++ b/options/gitignore/VisualStudio @@ -301,7 +301,7 @@ node_modules/ *.dsw *.dsp -# Visual Studio 6 technical files +# Visual Studio 6 technical files *.ncb *.aps |