1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00

Merge pull request #1 from github/master

ATN
This commit is contained in:
nasko83 2014-05-23 17:11:26 +03:00
commit cd28ed3bfb
21 changed files with 105 additions and 58 deletions

View File

@ -21,3 +21,6 @@ local.properties
# Proguard folder generated by Eclipse # Proguard folder generated by Eclipse
proguard/ proguard/
#Log Files
*.log

View File

@ -3,4 +3,4 @@
*/logs/!index.html */logs/!index.html
*/cache/* */cache/*
*/cache/!index.html */cache/!index.html
*/cache/!.htaccess */cache/!.htaccess

View File

@ -3,4 +3,4 @@ vendor/
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # 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 # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock # composer.lock

4
Elixir.gitignore Normal file
View File

@ -0,0 +1,4 @@
/_build
/deps
erl_crash.dump
*.ez

View File

@ -21,3 +21,9 @@ tramp
# elpa packages # elpa packages
/elpa/ /elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/

View File

@ -0,0 +1,2 @@
# Temporary data
.ipynb_checkpoints/

View File

@ -2,7 +2,7 @@
.AppleDouble .AppleDouble
.LSOverride .LSOverride
# Icon must ends with two \r. # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails

View File

@ -11,3 +11,4 @@ xcuserdata
*.xccheckout *.xccheckout
*.moved-aside *.moved-aside
DerivedData DerivedData
*.xcuserstate

View File

@ -1,2 +1,5 @@
.gradle .gradle
build/ build/
# Ignore Gradle GUI config
gradle-app.setting

3
Laravel4.gitignore Normal file
View File

@ -0,0 +1,3 @@
/bootstrap/compiled.php
.env.*.php
.env.php

View File

@ -1,10 +1,8 @@
.modgit/ .modgit/
app/code/community/Find/
app/code/community/Phoenix/ app/code/community/Phoenix/
app/code/community/Cm/ app/code/community/Cm/
app/code/core/ app/code/core/
app/design/adminhtml/default/default/ app/design/adminhtml/default/default/
app/design/adminhtml/default/find/
app/design/frontend/base/ app/design/frontend/base/
app/design/frontend/default/blank/ app/design/frontend/default/blank/
app/design/frontend/default/default/ app/design/frontend/default/default/
@ -13,7 +11,6 @@ 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/Find_Feed.xml
app/etc/modules/Mage_All.xml app/etc/modules/Mage_All.xml
app/etc/modules/Mage_Api.xml app/etc/modules/Mage_Api.xml
app/etc/modules/Mage_Api2.xml app/etc/modules/Mage_Api2.xml

11
Mercury.gitignore Normal file
View File

@ -0,0 +1,11 @@
Mercury/
*.mh
*.err
*.init
*.dll
*.exe
*.a
*.so
*.dylib
*.d
*.c_date

View File

@ -20,6 +20,9 @@ coverage
build/Release build/Release
# Dependency directory # Dependency directory
# Deployed apps should consider commenting this line out: # Commenting this out is preferred by some people, see
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git # https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules node_modules
# Users Environment Variables
.lock-wscript

View File

@ -15,11 +15,12 @@ xcuserdata
DerivedData DerivedData
*.hmap *.hmap
*.ipa *.ipa
*.xcuserstate
# CocoaPods # CocoaPods
# #
# We recommend against adding the Pods directory to your .gitignore. However # We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at: # you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control? # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
# #
# Pods/ # Pods/

View File

@ -8,7 +8,6 @@ __pycache__/
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
bin/
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/
@ -36,19 +35,10 @@ coverage.xml
# Translations # Translations
*.mo *.mo
*.pot
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff: # Django stuff:
*.log *.log
*.pot
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/

View File

@ -1,30 +1,25 @@
~$
.swp$
build/ build/
bin/ bin/
lib/ lib/
msg_gen/ msg_gen/
srv_gen/ srv_gen/
msg/.*Action\.msg$ msg/*Action.msg
msg/.*ActionFeedback\.msg$ msg/*ActionFeedback.msg
msg/.*ActionGoal\.msg$ msg/*ActionGoal.msg
msg/.*ActionResult\.msg$ msg/*ActionResult.msg
msg/.*Feedback\.msg$ msg/*Feedback.msg
msg/.*Goal\.msg$ msg/*Goal.msg
msg/.*Result\.msg$ msg/*Result.msg
msg/_.*\.py$ msg/_*.py
\.pcd$
.pyc$
# Generated by dynamic reconfigure # Generated by dynamic reconfigure
\.cfgc$ *.cfgc
/cfg/cpp/ /cfg/cpp/
/cfg/.*\.py$ /cfg/*.py
# Ignore generated docs # Ignore generated docs
.dox$ *.dox
.wikidoc$ *.wikidoc
# eclipse stuff # eclipse stuff
.project .project
@ -33,9 +28,9 @@ msg/_.*\.py$
# qcreator stuff # qcreator stuff
CMakeLists.txt.user CMakeLists.txt.user
srv/_.*\.py$ srv/_*.py
\.pcd$ *.pcd
.pyc$ *.pyc
qtcreator-* qtcreator-*
*.user *.user
@ -43,7 +38,7 @@ qtcreator-*
/planning/docs /planning/docs
/planning/src /planning/src
*~$ *~
# Emacs # Emacs
.#* .#*

View File

@ -11,7 +11,7 @@ capybara-*.html
rerun.txt rerun.txt
pickle-email-*.html pickle-email-*.html
# TODO Comment out this rules if you are OK with secrets been uploaded to the repo # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb config/initializers/secret_token.rb
config/secrets.yml config/secrets.yml

View File

@ -13,4 +13,4 @@ app/config/parameters.ini
app/config/parameters.yml app/config/parameters.yml
# Composer # Composer
composer.phar composer.phar

View File

@ -1,9 +1,12 @@
# Ignore Umbraco folders (Generated folders created by Umbraco) # Note: VisualStudio gitignore rules may also be relevant
ClientDependency/
TEMP/ # Ignore unimportant folders generated by Umbraco
Logs/ **/App_Data/ClientDependency/
**/App_Data/ExamineIndexes/
**/App_Data/Logs/
**/App_Data/[Pp]review/
**/App_Data/TEMP/
Cached/ Cached/
ExamineIndexes/
# Ignore Umbraco content cache file # Ignore Umbraco content cache file
umbraco.config **/App_Data/umbraco.config

View File

@ -10,12 +10,16 @@
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/ [Dd]ebugPublic/
[Rr]elease/ [Rr]elease/
[Rr]eleases/
x64/ x64/
build/ build/
bld/ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
# Roslyn cache directories
*.ide/
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
@ -120,16 +124,21 @@ publish/
# Publish Web Output # Publish Web Output
*.[Pp]ublish.xml *.[Pp]ublish.xml
*.azurePubxml *.azurePubxml
## TODO: Comment the next line if you want to checkin your web deploy settings but do note that will include unencrypted passwords ## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
*.pubxml *.pubxml
# NuGet Packages Directory # NuGet Packages Directory
packages/* packages/*
## TODO: If the tool you use requires repositories.config uncomment the next line ## TODO: If the tool you use requires repositories.config
## uncomment the next line
#!packages/repositories.config #!packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets # Enable "build/" folder in the NuGet Packages folder since
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented) # NuGet packages use it for MSBuild targets.
# This line needs to be after the ignore of the build folder
# (and the packages folder if the line above has been uncommented)
!packages/build/ !packages/build/
# Windows Azure Build Output # Windows Azure Build Output
@ -155,8 +164,9 @@ node_modules/
# RIA/Silverlight projects # RIA/Silverlight projects
Generated_Code/ Generated_Code/
# Backup & report files from converting an old project file to a newer # Backup & report files from converting an old project file
# Visual Studio version. Backup files are not needed, because we have git ;-) # to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/ _UpgradeReport_Files/
Backup*/ Backup*/
UpgradeLog*.XML UpgradeLog*.XML

View File

@ -1,5 +1,20 @@
INSTALL.txt # Composer files
LICENSE.txt composer.phar
README.txt vendor/
# Local configs
config/autoload/*local.php
# Binary gettext files
*.po
# Data
log/
logs/
cache/
temp/
tmp/
# ZF1
demos/ demos/
extras/documentation extras/documentation