mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Merge branch 'master' of github.com:github/gitignore into patch-1
Conflicts: Python.gitignore
This commit is contained in:
commit
83656adb09
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
**Reasons for making this change:**
|
||||||
|
|
||||||
|
_TODO_
|
||||||
|
|
||||||
|
**Links to documentation supporting these rule changes:**
|
||||||
|
|
||||||
|
_TODO_
|
||||||
|
|
||||||
|
If this is a new template:
|
||||||
|
|
||||||
|
- **Link to application or project’s homepage**: _TODO_
|
@ -2,8 +2,20 @@
|
|||||||
|
|
||||||
/vendor/*
|
/vendor/*
|
||||||
/config/app.php
|
/config/app.php
|
||||||
/tmp/*
|
|
||||||
|
/tmp/cache/models/*
|
||||||
|
!/tmp/cache/models/empty
|
||||||
|
/tmp/cache/persistent/*
|
||||||
|
!/tmp/cache/persistent/empty
|
||||||
|
/tmp/cache/views/*
|
||||||
|
!/tmp/cache/views/empty
|
||||||
|
/tmp/sessions/*
|
||||||
|
!/tmp/sessions/empty
|
||||||
|
/tmp/tests/*
|
||||||
|
!/tmp/tests/empty
|
||||||
|
|
||||||
/logs/*
|
/logs/*
|
||||||
|
!/logs/empty
|
||||||
|
|
||||||
# CakePHP 2
|
# CakePHP 2
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
config/site.php
|
config/site.php
|
||||||
files/cache/*
|
files/cache/*
|
||||||
files/tmp/*
|
files/tmp/*
|
||||||
|
.htaccess
|
||||||
|
@ -1,2 +1,21 @@
|
|||||||
fuel/app/logs/*/*/*
|
# the composer package lock file and install directory
|
||||||
fuel/app/cache/*/*
|
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
|
||||||
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
||||||
|
# /composer.lock
|
||||||
|
/fuel/vendor
|
||||||
|
|
||||||
|
# the fuelphp document
|
||||||
|
/docs/
|
||||||
|
|
||||||
|
# you may install these packages with `oil package`.
|
||||||
|
# http://fuelphp.com/docs/packages/oil/package.html
|
||||||
|
# /fuel/packages/auth/
|
||||||
|
# /fuel/packages/email/
|
||||||
|
# /fuel/packages/oil/
|
||||||
|
# /fuel/packages/orm/
|
||||||
|
# /fuel/packages/parser/
|
||||||
|
|
||||||
|
# dynamically generated files
|
||||||
|
/fuel/app/logs/*/*/*
|
||||||
|
/fuel/app/cache/*/*
|
||||||
|
/fuel/app/config/crypt.php
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/CVS/*
|
/CVS/*
|
||||||
*/CVS/*
|
**/CVS/*
|
||||||
.cvsignore
|
.cvsignore
|
||||||
*/.cvsignore
|
*/.cvsignore
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
# DW Dreamweaver added files
|
# DW Dreamweaver added files
|
||||||
_notes
|
_notes
|
||||||
|
_compareTemp
|
||||||
|
configs/
|
||||||
dwsync.xml
|
dwsync.xml
|
||||||
|
dw_php_codehinting.config
|
||||||
|
*.mno
|
||||||
|
4
Global/Dropbox.gitignore
Normal file
4
Global/Dropbox.gitignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Dropbox settings and caches
|
||||||
|
.dropbox
|
||||||
|
.dropbox.attr
|
||||||
|
.dropbox.cache
|
@ -9,6 +9,7 @@ tmp/
|
|||||||
local.properties
|
local.properties
|
||||||
.settings/
|
.settings/
|
||||||
.loadpath
|
.loadpath
|
||||||
|
.recommenders
|
||||||
|
|
||||||
# Eclipse Core
|
# Eclipse Core
|
||||||
.project
|
.project
|
||||||
|
@ -36,3 +36,6 @@ flycheck_*.el
|
|||||||
|
|
||||||
# server auth directory
|
# server auth directory
|
||||||
/server/
|
/server/
|
||||||
|
|
||||||
|
# projectiles files
|
||||||
|
.projectile
|
@ -11,6 +11,7 @@
|
|||||||
# Sensitive or high-churn files:
|
# Sensitive or high-churn files:
|
||||||
.idea/dataSources.ids
|
.idea/dataSources.ids
|
||||||
.idea/dataSources.xml
|
.idea/dataSources.xml
|
||||||
|
.idea/dataSources.local.xml
|
||||||
.idea/sqlDataSources.xml
|
.idea/sqlDataSources.xml
|
||||||
.idea/dynamic.xml
|
.idea/dynamic.xml
|
||||||
.idea/uiDesigner.xml
|
.idea/uiDesigner.xml
|
||||||
|
@ -6,3 +6,5 @@ Session.vim
|
|||||||
# temporary
|
# temporary
|
||||||
.netrwhist
|
.netrwhist
|
||||||
*~
|
*~
|
||||||
|
# auto-generated tag files
|
||||||
|
tags
|
||||||
|
@ -5,9 +5,16 @@
|
|||||||
*.bak
|
*.bak
|
||||||
*.bck
|
*.bck
|
||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.tmp
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
|
|
||||||
# Autorouter files (exported from Pcbnew)
|
# Autorouter files (exported from Pcbnew)
|
||||||
.dsn
|
.dsn
|
||||||
|
|
||||||
|
# Exported BOM files
|
||||||
|
*.xml
|
||||||
|
*.csv
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
.htaccess.sample
|
.htaccess.sample
|
||||||
.modgit/
|
.modgit/
|
||||||
.modman/
|
.modman/
|
||||||
app/code/community/Phoenix/
|
app/code/community/Phoenix/Moneybookers/
|
||||||
app/code/community/Cm/
|
app/code/community/Cm/RedisSession/
|
||||||
app/code/core/
|
app/code/core/
|
||||||
app/design/adminhtml/default/default/
|
app/design/adminhtml/default/default/
|
||||||
app/design/frontend/base/
|
app/design/frontend/base/
|
||||||
@ -14,26 +14,7 @@ app/design/frontend/default/modern/
|
|||||||
app/design/frontend/enterprise/default
|
app/design/frontend/enterprise/default
|
||||||
app/design/install/
|
app/design/install/
|
||||||
app/etc/modules/Enterprise_*
|
app/etc/modules/Enterprise_*
|
||||||
app/etc/modules/Mage_All.xml
|
app/etc/modules/Mage_*.xml
|
||||||
app/etc/modules/Mage_Api.xml
|
|
||||||
app/etc/modules/Mage_Api2.xml
|
|
||||||
app/etc/modules/Mage_Authorizenet.xml
|
|
||||||
app/etc/modules/Mage_Bundle.xml
|
|
||||||
app/etc/modules/Mage_Captcha.xml
|
|
||||||
app/etc/modules/Mage_Centinel.xml
|
|
||||||
app/etc/modules/Mage_Compiler.xml
|
|
||||||
app/etc/modules/Mage_ConfigurableSwatches.xml
|
|
||||||
app/etc/modules/Mage_Connect.xml
|
|
||||||
app/etc/modules/Mage_CurrencySymbol.xml
|
|
||||||
app/etc/modules/Mage_Downloadable.xml
|
|
||||||
app/etc/modules/Mage_ImportExport.xml
|
|
||||||
app/etc/modules/Mage_LoadTest.xml
|
|
||||||
app/etc/modules/Mage_Oauth.xml
|
|
||||||
app/etc/modules/Mage_PageCache.xml
|
|
||||||
app/etc/modules/Mage_Persistent.xml
|
|
||||||
app/etc/modules/Mage_Weee.xml
|
|
||||||
app/etc/modules/Mage_Widget.xml
|
|
||||||
app/etc/modules/Mage_XmlConnect.xml
|
|
||||||
app/etc/modules/Phoenix_Moneybookers.xml
|
app/etc/modules/Phoenix_Moneybookers.xml
|
||||||
app/etc/modules/Cm_RedisSession.xml
|
app/etc/modules/Cm_RedisSession.xml
|
||||||
app/etc/applied.patches.list
|
app/etc/applied.patches.list
|
||||||
@ -43,10 +24,13 @@ app/etc/local.xml.additional
|
|||||||
app/etc/local.xml.template
|
app/etc/local.xml.template
|
||||||
app/etc/local.xml
|
app/etc/local.xml
|
||||||
app/.htaccess
|
app/.htaccess
|
||||||
app/locale/
|
app/bootstrap.php
|
||||||
|
app/locale/en_US/
|
||||||
app/Mage.php
|
app/Mage.php
|
||||||
/cron.php
|
/cron.php
|
||||||
cron.sh
|
cron.sh
|
||||||
|
dev/.htaccess
|
||||||
|
dev/tests/functional/
|
||||||
downloader/
|
downloader/
|
||||||
errors/
|
errors/
|
||||||
favicon.ico
|
favicon.ico
|
||||||
@ -90,14 +74,7 @@ LICENSE.html
|
|||||||
LICENSE.txt
|
LICENSE.txt
|
||||||
LICENSE_EE*
|
LICENSE_EE*
|
||||||
/mage
|
/mage
|
||||||
media/customer/
|
media/
|
||||||
media/dhl/
|
|
||||||
media/downloadable/
|
|
||||||
media/.htaccess
|
|
||||||
media/import/
|
|
||||||
media/xmlconnect/
|
|
||||||
media/catalog/product/cache/
|
|
||||||
media/catalog/product/placeholder/default/
|
|
||||||
/api.php
|
/api.php
|
||||||
nbproject/
|
nbproject/
|
||||||
pear
|
pear
|
||||||
@ -105,6 +82,7 @@ pear/
|
|||||||
php.ini.sample
|
php.ini.sample
|
||||||
pkginfo/
|
pkginfo/
|
||||||
RELEASE_NOTES.txt
|
RELEASE_NOTES.txt
|
||||||
|
shell/.htaccess
|
||||||
shell/abstract.php
|
shell/abstract.php
|
||||||
shell/compiler.php
|
shell/compiler.php
|
||||||
shell/indexer.php
|
shell/indexer.php
|
||||||
|
@ -19,8 +19,7 @@ xcuserdata/
|
|||||||
|
|
||||||
## Other
|
## Other
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
*.xccheckout
|
*.xcuserstate
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
|
@ -7,7 +7,14 @@ config/settings.*.php
|
|||||||
# The following files are generated by PrestaShop.
|
# The following files are generated by PrestaShop.
|
||||||
|
|
||||||
admin-dev/autoupgrade/
|
admin-dev/autoupgrade/
|
||||||
/cache/*
|
/cache/
|
||||||
|
!/cache/index.php
|
||||||
|
!/cache/cachefs/index.php
|
||||||
|
!/cache/purifier/index.php
|
||||||
|
!/cache/push/index.php
|
||||||
|
!/cache/sandbox/index.php
|
||||||
|
!/cache/smarty/index.php
|
||||||
|
!/cache/tcpdf/index.php
|
||||||
config/xml/*.xml
|
config/xml/*.xml
|
||||||
/log/*
|
/log/*
|
||||||
*sitemap.xml
|
*sitemap.xml
|
||||||
|
@ -56,6 +56,9 @@ local_settings.py
|
|||||||
# Flask instance folder
|
# Flask instance folder
|
||||||
instance/
|
instance/
|
||||||
|
|
||||||
|
# Scrapy stuff:
|
||||||
|
.scrapy
|
||||||
|
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
||||||
@ -70,3 +73,9 @@ target/
|
|||||||
|
|
||||||
# celery beat schedule file
|
# celery beat schedule file
|
||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
|
|
||||||
|
# dotenv
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Spyder project settings
|
||||||
|
.spyderproject
|
||||||
|
@ -8,6 +8,12 @@
|
|||||||
# Example code in package build process
|
# Example code in package build process
|
||||||
*-Ex.R
|
*-Ex.R
|
||||||
|
|
||||||
|
# Output files from R CMD build
|
||||||
|
/*.tar.gz
|
||||||
|
|
||||||
|
# Output files from R CMD check
|
||||||
|
/*.Rcheck/
|
||||||
|
|
||||||
# RStudio files
|
# RStudio files
|
||||||
.Rproj.user/
|
.Rproj.user/
|
||||||
|
|
||||||
|
7
Scheme.gitignore
Normal file
7
Scheme.gitignore
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
*.ss~
|
||||||
|
*.ss#*
|
||||||
|
.#*.ss
|
||||||
|
|
||||||
|
*.scm~
|
||||||
|
*.scm#*
|
||||||
|
.#*.scm
|
18
Smalltalk.gitignore
Normal file
18
Smalltalk.gitignore
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# changes file
|
||||||
|
*.changes
|
||||||
|
|
||||||
|
# system image
|
||||||
|
*.image
|
||||||
|
|
||||||
|
# Pharo Smalltalk Debug log file
|
||||||
|
PharoDebug.log
|
||||||
|
|
||||||
|
# Squeak Smalltalk Debug log file
|
||||||
|
SqueakDebug.log
|
||||||
|
|
||||||
|
# Monticello package cache
|
||||||
|
/package-cache
|
||||||
|
|
||||||
|
# Metacello-github cache
|
||||||
|
/github-cache
|
||||||
|
github-*.zip
|
@ -19,8 +19,7 @@ xcuserdata/
|
|||||||
|
|
||||||
## Other
|
## Other
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
*.xccheckout
|
*.xcuserstate
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
!app/cache/.gitkeep
|
!app/cache/.gitkeep
|
||||||
!app/logs/.gitkeep
|
!app/logs/.gitkeep
|
||||||
|
|
||||||
|
# Email spool folder
|
||||||
|
/app/spool/*
|
||||||
|
|
||||||
# Cache and logs (Symfony3)
|
# Cache and logs (Symfony3)
|
||||||
/var/cache/*
|
/var/cache/*
|
||||||
/var/logs/*
|
/var/logs/*
|
||||||
|
3
Terraform.gitignore
Normal file
3
Terraform.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Compiled files
|
||||||
|
*.tfstate
|
||||||
|
*.tfstate.backup
|
@ -163,9 +163,6 @@ csx/
|
|||||||
ecf/
|
ecf/
|
||||||
rcf/
|
rcf/
|
||||||
|
|
||||||
# Microsoft Azure ApplicationInsights config file
|
|
||||||
ApplicationInsights.config
|
|
||||||
|
|
||||||
# Windows Store app package directories and files
|
# Windows Store app package directories and files
|
||||||
AppPackages/
|
AppPackages/
|
||||||
BundleArtifacts/
|
BundleArtifacts/
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
*.log
|
*.log
|
||||||
.htaccess
|
|
||||||
sitemap.xml
|
|
||||||
sitemap.xml.gz
|
|
||||||
wp-config.php
|
wp-config.php
|
||||||
wp-content/advanced-cache.php
|
wp-content/advanced-cache.php
|
||||||
wp-content/backup-db/
|
wp-content/backup-db/
|
||||||
@ -13,6 +10,9 @@ wp-content/uploads/
|
|||||||
wp-content/wp-cache-config.php
|
wp-content/wp-cache-config.php
|
||||||
wp-content/plugins/hello.php
|
wp-content/plugins/hello.php
|
||||||
|
|
||||||
/readme.html
|
/.htaccess
|
||||||
/license.txt
|
/license.txt
|
||||||
|
/readme.html
|
||||||
|
/sitemap.xml
|
||||||
|
/sitemap.xml.gz
|
||||||
|
|
||||||
|
@ -15,6 +15,11 @@ data/sessions/
|
|||||||
data/tmp/
|
data/tmp/
|
||||||
temp/
|
temp/
|
||||||
|
|
||||||
|
#Doctrine 2
|
||||||
|
data/DoctrineORMModule/Proxy/
|
||||||
|
data/DoctrineORMModule/cache/
|
||||||
|
|
||||||
|
|
||||||
# Legacy ZF1
|
# Legacy ZF1
|
||||||
demos/
|
demos/
|
||||||
extras/documentation
|
extras/documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user