Browse Source

[skip ci] Updated licenses and gitignores

tags/v1.16.0-rc1
GiteaBot 2 years ago
parent
commit
98d903a3c6

+ 11
- 0
options/gitignore/AL View File

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/
*.app
.snapshots/*

+ 10
- 69
options/gitignore/Android View File

# Built application files
*.apk
*.aar
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/

# Gradle files # Gradle files
.gradle/ .gradle/
build/ build/
# Local configuration file (sdk path, etc) # Local configuration file (sdk path, etc)
local.properties local.properties


# Proguard folder generated by Eclipse
proguard/

# Log Files
# Log/OS Files
*.log *.log


# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
# Android Studio generated files and folders
captures/ captures/
.externalNativeBuild/
.cxx/
*.apk
output.json


# IntelliJ # IntelliJ
*.iml *.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/jarRepositories.xml
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
.idea/


# Keystore files # Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
*.jks
*.keystore


# Google Services (e.g. APIs or Firebase) # Google Services (e.g. APIs or Firebase)
# google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

# Version control
vcs.xml

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
google-services.json


# Android Profiling # Android Profiling
*.hprof *.hprof

+ 3
- 0
options/gitignore/Go View File



# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/

# Go workspace file
go.work

+ 3
- 0
options/gitignore/Hugo View File

hugo.exe hugo.exe
hugo.darwin hugo.darwin
hugo.linux hugo.linux

# Temporary lock file while building
/.hugo_build.lock

+ 5
- 0
options/gitignore/Idris View File

# Idris 2
*.ttc
*.ttm

# Idris 1
*.ibc *.ibc
*.o *.o

+ 1
- 0
options/gitignore/Java View File



# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
replay_pid*

+ 2
- 2
options/gitignore/KiCad View File

# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/


# Temporary files # Temporary files
*.000 *.000

+ 1
- 0
options/gitignore/Kotlin View File



# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
replay_pid*

+ 16
- 0
options/gitignore/LensStudio View File

# gitignore template for LensStudio
# website: https://lensstudio.snapchat.com/

# macOS/IDE #
.DS_Store
.idea

# js #
node_modules
yarn.lock

# Python #
__pycache__/
*.py[cod]
*$py.class
[Bb]ackup*

+ 11
- 3
options/gitignore/Node View File

# Optional eslint cache # Optional eslint cache
.eslintcache .eslintcache


# Optional stylelint cache
.stylelintcache

# Microbundle cache # Microbundle cache
.rpt2_cache/ .rpt2_cache/
.rts2_cache_cjs/ .rts2_cache_cjs/
.yarn-integrity .yarn-integrity


# dotenv environment variables file # dotenv environment variables file
.env
.env.test
.env.production
.env.development.local
.env.test.local
.env.production.local
.env.local


# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache
# vuepress build output # vuepress build output
.vuepress/dist .vuepress/dist


# vuepress v2.x temp and cache directory
.temp
.cache

# Serverless directories # Serverless directories
.serverless/ .serverless/



+ 7
- 0
options/gitignore/Python View File



# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/

# PyCharm
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/master/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.
#.idea/

+ 1
- 0
options/gitignore/R View File



# Session Data files # Session Data files
.RData .RData
.RDataTmp


# User-specific files # User-specific files
.Ruserdata .Ruserdata

+ 1
- 1
options/gitignore/Rails View File

# dotenv, dotenv-rails # dotenv, dotenv-rails
# TODO Comment out these rules if environment variables can be committed # TODO Comment out these rules if environment variables can be committed
.env .env
.env.*
.env*.local


## Environment normalization: ## Environment normalization:
/.bundle /.bundle

+ 3
- 0
options/gitignore/TeX View File

*.glsdefs *.glsdefs
*.lzo *.lzo
*.lzs *.lzs
*.slg
*.slo
*.sls


# uncomment this for glossaries-extra (will ignore makeindex's style files!) # uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist # *.ist

+ 4
- 0
options/gitignore/Unity View File

# They also could contain extremely sensitive data # They also could contain extremely sensitive data
/[Mm]emoryCaptures/ /[Mm]emoryCaptures/


# Recordings can get excessive in size
/[Rr]ecordings/

# Asset meta data should only be ignored when the corresponding asset is also ignored # Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta !/[Aa]ssets/**/*.meta


*.apk *.apk
*.aab *.aab
*.unitypackage *.unitypackage
*.app


# Crashlytics generated file # Crashlytics generated file
crashlytics-build.properties crashlytics-build.properties

+ 11
- 4
options/gitignore/VisualStudio View File

*.nuget.props *.nuget.props
*.nuget.targets *.nuget.targets


# Nuget personal access tokens and Credentials
# nuget.config

# Microsoft Azure Build Output # Microsoft Azure Build Output
csx/ csx/
*.build.csdef *.build.csdef
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw *.vbw


# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp

# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp

# Visual Studio 6 technical files
*.ncb
*.aps

# Visual Studio LightSwitch build output # Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts **/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts
*.msp *.msp


# JetBrains Rider # JetBrains Rider
.idea/
*.sln.iml *.sln.iml

+ 42
- 17
options/gitignore/WordPress View File

# ignore everything in the root except the "wp-content" directory.
!wp-content/
# Wordpress - ignore core, configuration, examples, uploads and logs.
# https://github.com/github/gitignore/blob/master/WordPress.gitignore


# ignore everything in the "wp-content" directory, except:
# "mu-plugins", "plugins", "themes" directory
wp-content/*
!wp-content/mu-plugins/
!wp-content/plugins/
!wp-content/themes/
# Core
#
# Note: if you want to stage/commit WP core files
# you can delete this whole section/until Configuration.
/wp-admin/
/wp-content/index.php
/wp-content/languages
/wp-content/plugins/index.php
/wp-content/themes/index.php
/wp-includes/
/index.php
/license.txt
/readme.html
/wp-*.php
/xmlrpc.php


# ignore these plugins
wp-content/plugins/hello.php
# Configuration
wp-config.php


# ignore specific themes
wp-content/themes/twenty*/
# Example themes
/wp-content/themes/twenty*/


# ignore node dependency directories
node_modules/
# Example plugin
/wp-content/plugins/hello.php


# ignore log files and databases
# Uploads
/wp-content/uploads/

# Log files
*.log *.log
*.sql
*.sqlite

# htaccess
/.htaccess

# All plugins
#
# Note: If you wish to whitelist plugins,
# uncomment the next line
#/wp-content/plugins

# All themes
#
# Note: If you wish to whitelist themes,
# uncomment the next line
#/wp-content/themes

Loading…
Cancel
Save