Skip to content

Commit db5524a

Browse files
sapkzeripath
authored andcommitted
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
1 parent d9a0ba2 commit db5524a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1572
-288
lines changed

options/gitignore/Agda

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.agdai
2+
MAlonzo/**

options/gitignore/Android

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Built application files
22
*.apk
3+
*.aar
34
*.ap_
45
*.aab
56

@@ -13,6 +14,8 @@
1314
bin/
1415
gen/
1516
out/
17+
# Uncomment the following line in case you need and you don't have the release build type files in your app
18+
# release/
1619

1720
# Gradle files
1821
.gradle/
@@ -41,7 +44,11 @@ captures/
4144
.idea/assetWizardSettings.xml
4245
.idea/dictionaries
4346
.idea/libraries
47+
# Android Studio 3 in .gitignore file.
4448
.idea/caches
49+
.idea/modules.xml
50+
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
51+
.idea/navEditor.xml
4552

4653
# Keystore files
4754
# Uncomment the following lines if you do not want to check your keystore files in.
@@ -50,9 +57,10 @@ captures/
5057

5158
# External native build folder generated in Android Studio 2.2 and later
5259
.externalNativeBuild
60+
.cxx/
5361

5462
# Google Services (e.g. APIs or Firebase)
55-
google-services.json
63+
# google-services.json
5664

5765
# Freeline
5866
freeline.py
@@ -65,3 +73,13 @@ fastlane/Preview.html
6573
fastlane/screenshots
6674
fastlane/test_output
6775
fastlane/readme.md
76+
77+
# Version control
78+
vcs.xml
79+
80+
# lint
81+
lint/intermediates/
82+
lint/generated/
83+
lint/outputs/
84+
lint/tmp/
85+
# lint/reports/

options/gitignore/Archives

+4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
*.rar
66
*.zip
77
*.gz
8+
*.gzip
89
*.tgz
910
*.bzip
11+
*.bzip2
1012
*.bz2
1113
*.xz
1214
*.lzma
1315
*.cab
16+
*.xar
1417

1518
# Packing-only formats
1619
*.iso
@@ -26,3 +29,4 @@
2629
*.msi
2730
*.msm
2831
*.msp
32+
*.txz

options/gitignore/AtmelStudio

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Ignore Atmel Studio temporary files and build results
2+
# https://www.microchip.com/mplab/avr-support/atmel-studio-7
3+
4+
# Atmel Studio is powered by an older version of Visual Studio,
5+
# so most of the project and solution files are the same as VS files,
6+
# only prefixed by an `at`.
7+
8+
#Build Directories
9+
[Dd]ebug/
10+
[Rr]elease/
11+
12+
#Build Results
13+
*.o
14+
*.d
15+
*.eep
16+
*.elf
17+
*.hex
18+
*.map
19+
*.srec
20+
21+
#User Specific Files
22+
*.atsuo

options/gitignore/Autotools

+6
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ m4/ltoptions.m4
4141
m4/ltsugar.m4
4242
m4/ltversion.m4
4343
m4/lt~obsolete.m4
44+
45+
# Generated Makefile
46+
# (meta build system like autotools,
47+
# can automatically generate from config.status script
48+
# (which is called by configure script))
49+
Makefile

options/gitignore/Bazel

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# gitignore template for Bazel build system
2+
# website: https://bazel.build/
3+
4+
# Ignore all bazel-* symlinks. There is no full list since this can change
5+
# based on the name of the directory bazel is cloned into.
6+
/bazel-*

options/gitignore/Bitrix

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# gitignore template for 1C-Bitrix, a PHP-based CMS
2+
# website: https://www.1c-bitrix.ru
3+
4+
#Exclude all of core files
5+
/bitrix/*
6+
7+
#But not the templates and non bitrix components
8+
!/bitrix/templates
9+
!/bitrix/components
10+
/bitrix/components/bitrix
11+
12+
#Exclude bitrix gadgets
13+
!/bitrix/gadgets
14+
/bitrix/gadgets/bitrix
15+
16+
#User can use that directory to store some stuff, but it's not really recommended, just use /local instead of this
17+
!/bitrix/php_interface/
18+
19+
#Exclude database configs
20+
/bitrix/php_interface/dbconn.php
21+
22+
#Exclude default file storage directory
23+
/upload/

options/gitignore/CMake

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CMakeLists.txt.user
12
CMakeCache.txt
23
CMakeFiles
34
CMakeScripts
@@ -7,3 +8,4 @@ cmake_install.cmake
78
install_manifest.txt
89
compile_commands.json
910
CTestTestfile.cmake
11+
_deps

options/gitignore/CodeSniffer

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# gitignore for the PHP Codesniffer framework
2+
# website: https://github.com/squizlabs/PHP_CodeSniffer
3+
#
4+
# Recommended template: PHP.gitignore
5+
6+
/wpcs/*

options/gitignore/Coq

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*.aux
2+
.*.d
23
*.a
34
*.cma
45
*.cmi
@@ -17,6 +18,8 @@
1718
*.v.d
1819
*.vio
1920
*.vo
21+
*.vok
22+
*.vos
2023
.coq-native/
2124
.csdp.cache
2225
.lia.cache

options/gitignore/Cordova

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# gitignore template for the Cordova framework
2+
# website: https://cordova.apache.org/
3+
#
4+
# Recommended template: Node.gitignore
5+
6+
# App platform binaries and built files
7+
/platforms
8+
9+
# Optional to ignore plugin Git clones
10+
#/plugins

options/gitignore/Drupal

+45-35
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,49 @@
1-
# Ignore configuration files that may contain sensitive information.
2-
sites/*/*settings*.php
3-
sites/example.sites.php
1+
# gitignore template for Drupal 8 projects
2+
#
3+
# earlier versions of Drupal are tracked in `community/PHP/`
44

5-
# Ignore paths that contain generated content.
6-
files/
7-
sites/*/files
8-
sites/*/private
9-
sites/*/translations
5+
# Ignore configuration files that may contain sensitive information
6+
/sites/*/*settings*.php
7+
/sites/*/*services*.yml
108

11-
# Ignore default text files
12-
robots.txt
13-
/CHANGELOG.txt
14-
/COPYRIGHT.txt
15-
/INSTALL*.txt
9+
# Ignore paths that may contain user-generated content
10+
/sites/*/files
11+
/sites/*/public
12+
/sites/*/private
13+
/sites/*/files-public
14+
/sites/*/files-private
15+
16+
# Ignore paths that may contain temporary files
17+
/sites/*/translations
18+
/sites/*/tmp
19+
/sites/*/cache
20+
21+
# Ignore testing related files
22+
/sites/simpletest
23+
24+
# Ignore drupal core (if not versioning drupal sources)
25+
/core
26+
/modules/README.txt
27+
/profiles/README.txt
28+
/sites/README.txt
29+
/sites/example.sites.php
30+
/sites/example.settings.local.php
31+
/sites/development.services.yml
32+
/themes/README.txt
33+
/vendor
34+
/.csslintrc
35+
/.editorconfig
36+
/.eslintignore
37+
/.eslintrc.json
38+
/.gitattributes
39+
/.htaccess
40+
/autoload.php
41+
/composer.json
42+
/composer.lock
43+
/example.gitignore
44+
/index.php
1645
/LICENSE.txt
17-
/MAINTAINERS.txt
18-
/UPGRADE.txt
1946
/README.txt
20-
sites/README.txt
21-
sites/all/libraries/README.txt
22-
sites/all/modules/README.txt
23-
sites/all/themes/README.txt
24-
25-
# Ignore everything but the "sites" folder ( for non core developer )
26-
.htaccess
27-
web.config
28-
authorize.php
29-
cron.php
30-
index.php
31-
install.php
32-
update.php
33-
xmlrpc.php
34-
/includes
35-
/misc
36-
/modules
37-
/profiles
38-
/scripts
39-
/themes
47+
/robots.txt
48+
/update.php
49+
/web.config

options/gitignore/Drupal7

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# gitignore template for Drupal 7 projects
2+
#
3+
# It is recommended that you use `Drupal.gitignore` as this is the latest version
4+
5+
# Ignore configuration files that may contain sensitive information.
6+
sites/*/*settings*.php
7+
sites/example.sites.php
8+
9+
# Ignore paths that contain generated content.
10+
files/
11+
sites/*/files
12+
sites/*/private
13+
sites/*/translations
14+
15+
# Ignore default text files
16+
robots.txt
17+
/CHANGELOG.txt
18+
/COPYRIGHT.txt
19+
/INSTALL*.txt
20+
/LICENSE.txt
21+
/MAINTAINERS.txt
22+
/UPGRADE.txt
23+
/README.txt
24+
sites/README.txt
25+
sites/all/libraries/README.txt
26+
sites/all/modules/README.txt
27+
sites/all/themes/README.txt
28+
29+
# Ignore everything but the "sites" folder ( for non core developer )
30+
.htaccess
31+
web.config
32+
authorize.php
33+
cron.php
34+
index.php
35+
install.php
36+
update.php
37+
xmlrpc.php
38+
/includes
39+
/misc
40+
/modules
41+
/profiles
42+
/scripts
43+
/themes

options/gitignore/Eclipse

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.metadata
32
bin/
43
tmp/
@@ -49,6 +48,7 @@ local.properties
4948

5049
# Annotation Processing
5150
.apt_generated/
51+
.apt_generated_test/
5252

5353
# Scala IDE specific (Scala & Java development for Eclipse)
5454
.cache-main

options/gitignore/Elixir

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ erl_crash.dump
77
*.ez
88
*.beam
99
/config/*.secret.exs
10+
.elixir_ls/

options/gitignore/Emacs

+4
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ flycheck_*.el
4343

4444
# directory configuration
4545
.dir-locals.el
46+
47+
# network security
48+
/network-security.data
49+

options/gitignore/Erlang

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
.eunit
2-
deps
32
*.o
43
*.beam
54
*.plt
65
erl_crash.dump
7-
ebin/*.beam
8-
rel/example_project
96
.concrete/DEV_MODE
7+
8+
# rebar 2.x
109
.rebar
10+
rel/example_project
11+
ebin/*.beam
12+
deps
13+
14+
# rebar 3
15+
.rebar3
16+
_build/
17+
_checkouts/

options/gitignore/Exercism

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# gitignore template for Exercism project
2+
# website: https://exercism.io/
3+
4+
# Ignore .exercism folder which contain sensitive data
5+
.exercism

options/gitignore/GNOMEShellExtension

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignored files for GNOME extension git repository
2+
3+
*.zip

options/gitignore/Go

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
*.so
66
*.dylib
77

8-
# Test binary, build with `go test -c`
8+
# Test binary, built with `go test -c`
99
*.test
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
13+
14+
# Dependency directories (remove the comment below to include it)
15+
# vendor/

options/gitignore/Godot

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ export_presets.cfg
66

77
# Mono-specific ignores
88
.mono/
9+
data_*/

options/gitignore/Haskell

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist-*
33
cabal-dev
44
*.o
55
*.hi
6+
*.hie
67
*.chi
78
*.chs.h
89
*.dyn_o

0 commit comments

Comments
 (0)