提交 8646963b 编写于 作者: J Jean Jordaan

Merge branch 'master' of https://github.com/github/gitignore

...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
bin/ bin/
gen/ gen/
# Ignore gradle files
.gradle/
build/
# Local configuration file (sdk path, etc) # Local configuration file (sdk path, etc)
local.properties local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse # Proguard folder generated by Eclipse
proguard/ proguard/
*.log
*.pot
*.pyc
local_settings.py
# Bricx Command Center IDE
# http://bricxcc.sourceforge.net
*.bak
*.sym
...@@ -37,3 +37,8 @@ coverage.xml ...@@ -37,3 +37,8 @@ coverage.xml
.mr.developer.cfg .mr.developer.cfg
.project .project
.pydevproject .pydevproject
-# Django stuff:
-*.log
-*.pot
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
.sass-cache .sass-cache
capybara-*.html capybara-*.html
.rspec .rspec
.rvmrc
/.bundle
/vendor/bundle
/log /log
/tmp /tmp
/db/*.sqlite3 /db/*.sqlite3
...@@ -16,3 +13,13 @@ capybara-*.html ...@@ -16,3 +13,13 @@ capybara-*.html
rerun.txt rerun.txt
pickle-email-*.html pickle-email-*.html
config/initializers/secret_token.rb config/initializers/secret_token.rb
## Environment normalisation:
/.bundle
/vendor/bundle
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
*.gem *.gem
*.rbc *.rbc
.bundle /.config
.config /coverage/
coverage /InstalledFiles
InstalledFiles /pkg/
lib/bundler/man /spec/reports/
pkg /test/tmp/
rdoc /test/version_tmp/
spec/reports /tmp/
test/tmp
test/version_tmp
tmp
# YARD artifacts ## Documentation cache and generated files:
.yardoc /.yardoc/
_yardoc /_yardoc/
doc/ /doc/
/rdoc/
## Environment normalisation:
/.bundle/
/lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
[Oo]bj/ [Oo]bj/
# Autogenerated VS/MD solution and project files # Autogenerated VS/MD solution and project files
*.csproj /*.csproj
*.unityproj /*.unityproj
*.sln /*.sln
*.suo /*.suo
*.user /*.user
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
*.sln.docstates *.sln.docstates
# Build results # Build results
[Dd]ebug/ [Dd]ebug/
[Rr]elease/ [Rr]elease/
x64/ x64/
build/ build/
bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
...@@ -22,6 +22,10 @@ build/ ...@@ -22,6 +22,10 @@ build/
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
#NUNIT
*.VisualState.xml
TestResult.xml
*_i.c *_i.c
*_p.c *_p.c
*_i.h *_i.h
...@@ -100,13 +104,14 @@ publish/ ...@@ -100,13 +104,14 @@ publish/
# Publish Web Output # Publish Web Output
*.Publish.xml *.Publish.xml
*.azurePubxml
# NuGet Packages Directory # NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/ #packages/
# Windows Azure Build Output # Windows Azure Build Output
csx csx/
*.build.csdef *.build.csdef
# Windows Store app package directory # Windows Store app package directory
......
assets/ assets/*
protected/runtime/ !assets/.gitignore
protected/runtime/*
!protected/runtime/.gitignore
protected/data/*.db
themes/classic/views/ themes/classic/views/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册