-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
- Loading branch information
Showing
85 changed files
with
1,572 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.agdai | ||
MAlonzo/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Ignore Atmel Studio temporary files and build results | ||
# https://www.microchip.com/mplab/avr-support/atmel-studio-7 | ||
|
||
# Atmel Studio is powered by an older version of Visual Studio, | ||
# so most of the project and solution files are the same as VS files, | ||
# only prefixed by an `at`. | ||
|
||
#Build Directories | ||
[Dd]ebug/ | ||
[Rr]elease/ | ||
|
||
#Build Results | ||
*.o | ||
*.d | ||
*.eep | ||
*.elf | ||
*.hex | ||
*.map | ||
*.srec | ||
|
||
#User Specific Files | ||
*.atsuo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# gitignore template for Bazel build system | ||
# website: https://bazel.build/ | ||
|
||
# Ignore all bazel-* symlinks. There is no full list since this can change | ||
# based on the name of the directory bazel is cloned into. | ||
/bazel-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# gitignore template for 1C-Bitrix, a PHP-based CMS | ||
# website: https://www.1c-bitrix.ru | ||
|
||
#Exclude all of core files | ||
/bitrix/* | ||
|
||
#But not the templates and non bitrix components | ||
!/bitrix/templates | ||
!/bitrix/components | ||
/bitrix/components/bitrix | ||
|
||
#Exclude bitrix gadgets | ||
!/bitrix/gadgets | ||
/bitrix/gadgets/bitrix | ||
|
||
#User can use that directory to store some stuff, but it's not really recommended, just use /local instead of this | ||
!/bitrix/php_interface/ | ||
|
||
#Exclude database configs | ||
/bitrix/php_interface/dbconn.php | ||
|
||
#Exclude default file storage directory | ||
/upload/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# gitignore for the PHP Codesniffer framework | ||
# website: https://github.com/squizlabs/PHP_CodeSniffer | ||
# | ||
# Recommended template: PHP.gitignore | ||
|
||
/wpcs/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# gitignore template for the Cordova framework | ||
# website: https://cordova.apache.org/ | ||
# | ||
# Recommended template: Node.gitignore | ||
|
||
# App platform binaries and built files | ||
/platforms | ||
|
||
# Optional to ignore plugin Git clones | ||
#/plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,49 @@ | ||
# Ignore configuration files that may contain sensitive information. | ||
sites/*/*settings*.php | ||
sites/example.sites.php | ||
# gitignore template for Drupal 8 projects | ||
# | ||
# earlier versions of Drupal are tracked in `community/PHP/` | ||
|
||
# Ignore paths that contain generated content. | ||
files/ | ||
sites/*/files | ||
sites/*/private | ||
sites/*/translations | ||
# Ignore configuration files that may contain sensitive information | ||
/sites/*/*settings*.php | ||
/sites/*/*services*.yml | ||
|
||
# Ignore default text files | ||
robots.txt | ||
/CHANGELOG.txt | ||
/COPYRIGHT.txt | ||
/INSTALL*.txt | ||
# Ignore paths that may contain user-generated content | ||
/sites/*/files | ||
/sites/*/public | ||
/sites/*/private | ||
/sites/*/files-public | ||
/sites/*/files-private | ||
|
||
# Ignore paths that may contain temporary files | ||
/sites/*/translations | ||
/sites/*/tmp | ||
/sites/*/cache | ||
|
||
# Ignore testing related files | ||
/sites/simpletest | ||
|
||
# Ignore drupal core (if not versioning drupal sources) | ||
/core | ||
/modules/README.txt | ||
/profiles/README.txt | ||
/sites/README.txt | ||
/sites/example.sites.php | ||
/sites/example.settings.local.php | ||
/sites/development.services.yml | ||
/themes/README.txt | ||
/vendor | ||
/.csslintrc | ||
/.editorconfig | ||
/.eslintignore | ||
/.eslintrc.json | ||
/.gitattributes | ||
/.htaccess | ||
/autoload.php | ||
/composer.json | ||
/composer.lock | ||
/example.gitignore | ||
/index.php | ||
/LICENSE.txt | ||
/MAINTAINERS.txt | ||
/UPGRADE.txt | ||
/README.txt | ||
sites/README.txt | ||
sites/all/libraries/README.txt | ||
sites/all/modules/README.txt | ||
sites/all/themes/README.txt | ||
|
||
# Ignore everything but the "sites" folder ( for non core developer ) | ||
.htaccess | ||
web.config | ||
authorize.php | ||
cron.php | ||
index.php | ||
install.php | ||
update.php | ||
xmlrpc.php | ||
/includes | ||
/misc | ||
/modules | ||
/profiles | ||
/scripts | ||
/themes | ||
/robots.txt | ||
/update.php | ||
/web.config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# gitignore template for Drupal 7 projects | ||
# | ||
# It is recommended that you use `Drupal.gitignore` as this is the latest version | ||
|
||
# Ignore configuration files that may contain sensitive information. | ||
sites/*/*settings*.php | ||
sites/example.sites.php | ||
|
||
# Ignore paths that contain generated content. | ||
files/ | ||
sites/*/files | ||
sites/*/private | ||
sites/*/translations | ||
|
||
# Ignore default text files | ||
robots.txt | ||
/CHANGELOG.txt | ||
/COPYRIGHT.txt | ||
/INSTALL*.txt | ||
/LICENSE.txt | ||
/MAINTAINERS.txt | ||
/UPGRADE.txt | ||
/README.txt | ||
sites/README.txt | ||
sites/all/libraries/README.txt | ||
sites/all/modules/README.txt | ||
sites/all/themes/README.txt | ||
|
||
# Ignore everything but the "sites" folder ( for non core developer ) | ||
.htaccess | ||
web.config | ||
authorize.php | ||
cron.php | ||
index.php | ||
install.php | ||
update.php | ||
xmlrpc.php | ||
/includes | ||
/misc | ||
/modules | ||
/profiles | ||
/scripts | ||
/themes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ erl_crash.dump | |
*.ez | ||
*.beam | ||
/config/*.secret.exs | ||
.elixir_ls/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,7 @@ flycheck_*.el | |
|
||
# directory configuration | ||
.dir-locals.el | ||
|
||
# network security | ||
/network-security.data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
.eunit | ||
deps | ||
*.o | ||
*.beam | ||
*.plt | ||
erl_crash.dump | ||
ebin/*.beam | ||
rel/example_project | ||
.concrete/DEV_MODE | ||
|
||
# rebar 2.x | ||
.rebar | ||
rel/example_project | ||
ebin/*.beam | ||
deps | ||
|
||
# rebar 3 | ||
.rebar3 | ||
_build/ | ||
_checkouts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# gitignore template for Exercism project | ||
# website: https://exercism.io/ | ||
|
||
# Ignore .exercism folder which contain sensitive data | ||
.exercism |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignored files for GNOME extension git repository | ||
|
||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ export_presets.cfg | |
|
||
# Mono-specific ignores | ||
.mono/ | ||
data_*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ dist-* | |
cabal-dev | ||
*.o | ||
*.hi | ||
*.hie | ||
*.chi | ||
*.chs.h | ||
*.dyn_o | ||
|
Oops, something went wrong.