Skip to content

Commit

Permalink
chore: update gitignore list (#9437)
Browse files Browse the repository at this point in the history
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
  • Loading branch information
sapk authored and zeripath committed Dec 19, 2019
1 parent d9a0ba2 commit db5524a
Show file tree
Hide file tree
Showing 85 changed files with 1,572 additions and 288 deletions.
1 change: 1 addition & 0 deletions options/gitignore/Agda
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.agdai
MAlonzo/**
20 changes: 19 additions & 1 deletion options/gitignore/Android
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Built application files
*.apk
*.aar
*.ap_
*.aab

Expand All @@ -13,6 +14,8 @@
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/
Expand Down Expand Up @@ -41,7 +44,11 @@ captures/
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# 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

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

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

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

# Freeline
freeline.py
Expand All @@ -65,3 +73,13 @@ 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/
4 changes: 4 additions & 0 deletions options/gitignore/Archives
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
*.rar
*.zip
*.gz
*.gzip
*.tgz
*.bzip
*.bzip2
*.bz2
*.xz
*.lzma
*.cab
*.xar

# Packing-only formats
*.iso
Expand All @@ -26,3 +29,4 @@
*.msi
*.msm
*.msp
*.txz
22 changes: 22 additions & 0 deletions options/gitignore/AtmelStudio
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
6 changes: 6 additions & 0 deletions options/gitignore/Autotools
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

# Generated Makefile
# (meta build system like autotools,
# can automatically generate from config.status script
# (which is called by configure script))
Makefile
6 changes: 6 additions & 0 deletions options/gitignore/Bazel
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-*
23 changes: 23 additions & 0 deletions options/gitignore/Bitrix
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/
2 changes: 2 additions & 0 deletions options/gitignore/CMake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Expand All @@ -7,3 +8,4 @@ cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
6 changes: 6 additions & 0 deletions options/gitignore/CodeSniffer
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/*
3 changes: 3 additions & 0 deletions options/gitignore/Coq
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*.aux
.*.d
*.a
*.cma
*.cmi
Expand All @@ -17,6 +18,8 @@
*.v.d
*.vio
*.vo
*.vok
*.vos
.coq-native/
.csdp.cache
.lia.cache
Expand Down
10 changes: 10 additions & 0 deletions options/gitignore/Cordova
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
80 changes: 45 additions & 35 deletions options/gitignore/Drupal
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
43 changes: 43 additions & 0 deletions options/gitignore/Drupal7
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
2 changes: 1 addition & 1 deletion options/gitignore/Eclipse
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.metadata
bin/
tmp/
Expand Down Expand Up @@ -49,6 +48,7 @@ local.properties

# Annotation Processing
.apt_generated/
.apt_generated_test/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
Expand Down
1 change: 1 addition & 0 deletions options/gitignore/Elixir
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ erl_crash.dump
*.ez
*.beam
/config/*.secret.exs
.elixir_ls/
4 changes: 4 additions & 0 deletions options/gitignore/Emacs
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ flycheck_*.el

# directory configuration
.dir-locals.el

# network security
/network-security.data

13 changes: 10 additions & 3 deletions options/gitignore/Erlang
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/
5 changes: 5 additions & 0 deletions options/gitignore/Exercism
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
3 changes: 3 additions & 0 deletions options/gitignore/GNOMEShellExtension
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignored files for GNOME extension git repository

*.zip
5 changes: 4 additions & 1 deletion options/gitignore/Go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
*.so
*.dylib

# Test binary, build with `go test -c`
# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
1 change: 1 addition & 0 deletions options/gitignore/Godot
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export_presets.cfg

# Mono-specific ignores
.mono/
data_*/
1 change: 1 addition & 0 deletions options/gitignore/Haskell
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
Expand Down
Loading

0 comments on commit db5524a

Please sign in to comment.