提交 38ba69c4 编写于 作者: D Dmitry Teslitsky

Merge pull request #1 from github/master

Updating fork
*.tar *.tar
*.tar.* *.tar.*
*.zip
*.tgz
*.log *.log
*.log.* *.log.*
*.sig *.sig
......
# Don’t commit the following files and directories created by pub and dart2js # Don’t commit the following directories created by pub.
build/
packages/ packages/
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_ *.js_
*.js.deps *.js.deps
*.js.map *.js.map
# Include when developing application packages # Include when developing application packages.
pubspec.lock pubspec.lock
# Avoid committing generated JavaScript files
*.dart.js
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
*.dres *.dres
*.rsm *.rsm
*.tds *.tds
*.dcu
# Delphi autogenerated files (duplicated info) # Delphi autogenerated files (duplicated info)
*.cfg *.cfg
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
sites/*/*settings*.php sites/*/*settings*.php
# Ignore paths that contain generated content. # Ignore paths that contain generated content.
cache/
files/ files/
sites/*/files sites/*/files
sites/*/private sites/*/private
......
bin/ bin/
bin-debug/ bin-debug/
bin-release/
...@@ -11,3 +11,10 @@ Icon ...@@ -11,3 +11,10 @@ Icon
# Files that might appear on external disk # Files that might appear on external disk
.Spotlight-V100 .Spotlight-V100
.Trashes .Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
......
# SlickEdit workspace and project files are ignored by default because
# typically they are considered to be developer-specific and not part of a
# project.
*.vpw
*.vpj
# SlickEdit workspace history and tag files always contain user-specific
# data so they should not be stored in a repository.
*.vpwhistu
*.vpwhist
*.vtg
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
# project files should be checked into the repository, unless a significant # project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText # proportion of contributors will probably not be using SublimeText
# *.sublime-project # *.sublime-project
#sftp configuration file
sftp-config.json
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
target/ target/
pom.xml.tag pom.xml.tag
pom.xml.releaseBackup pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next pom.xml.next
release.properties release.properties
# Xcode # Xcode
#
build/ build/
*.pbxuser *.pbxuser
!default.pbxuser !default.pbxuser
...@@ -10,11 +11,15 @@ build/ ...@@ -10,11 +11,15 @@ build/
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata
*.xccheckout *.xccheckout
profile
*.moved-aside *.moved-aside
DerivedData DerivedData
*.hmap *.hmap
*.ipa *.ipa
# CocoaPods # CocoaPods
Pods #
# We recommend against adding the Pods directory to your .gitignore. However
# 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?
#
# Pods/
.htaccess
config.php config.php
admin/config.php admin/config.php
!index.html !index.html
download download/
image/cache/*.jpg image/data/
image/cache/data/* image/cache/
system/cache system/cache/
system/logs system/logs/
# Cache objects
packer_cache/
# For built boxes
*.box
/cache/
/config/development/
# Ignore Play! working directory # # Ignore Play! working directory #
bin bin/
db /db
eclipse .eclipse
lib /lib/
log /logs/
logs /modules
modules /project/project
precompiled /project/target
project/project /target
project/target tmp/
target
tmp
test-result test-result
server.pid server.pid
*.iml *.iml
*.eml *.eml
dist /dist/
.cache .cache
...@@ -12,8 +12,11 @@ ...@@ -12,8 +12,11 @@
# Qt-es # Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user *.pro.user
*.pro.user.* *.pro.user.*
*.moc
moc_*.cpp moc_*.cpp
qrc_*.cpp qrc_*.cpp
ui_*.h ui_*.h
......
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
# Example code in package build process # Example code in package build process
*-Ex.R *-Ex.R
# R data files from past sessions
.Rdata
...@@ -10,6 +10,8 @@ capybara-*.html ...@@ -10,6 +10,8 @@ capybara-*.html
**.orig **.orig
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
config/initializers/secret_token.rb config/initializers/secret_token.rb
config/secrets.yml config/secrets.yml
......
...@@ -72,6 +72,16 @@ ...@@ -72,6 +72,16 @@
# nomencl # nomencl
*.nlo *.nlo
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# todonotes # todonotes
*.tdo *.tdo
......
...@@ -4,4 +4,3 @@ ...@@ -4,4 +4,3 @@
# Dynamic plugins .dll # Dynamic plugins .dll
bin/ bin/
...@@ -91,7 +91,6 @@ _TeamCity* ...@@ -91,7 +91,6 @@ _TeamCity*
*.dotCover *.dotCover
# NCrunch # NCrunch
*.ncrunch*
_NCrunch_* _NCrunch_*
.*crunch*.local.xml .*crunch*.local.xml
...@@ -121,6 +120,8 @@ publish/ ...@@ -121,6 +120,8 @@ 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
*.pubxml
# NuGet Packages Directory # NuGet Packages Directory
packages/ packages/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册