mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Merge branch 'master' of https://github.com/github/gitignore
This commit is contained in:
commit
8646963bba
@ -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/
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
*.log
|
|
||||||
*.pot
|
|
||||||
*.pyc
|
|
||||||
local_settings.py
|
|
4
Global/BricxCC.gitignore
Normal file
4
Global/BricxCC.gitignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Bricx Command Center IDE
|
||||||
|
# http://bricxcc.sourceforge.net
|
||||||
|
*.bak
|
||||||
|
*.sym
|
@ -37,3 +37,8 @@ coverage.xml
|
|||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
|
|
||||||
|
|
||||||
|
-# Django stuff:
|
||||||
|
-*.log
|
||||||
|
-*.pot
|
||||||
|
@ -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
|
|||||||
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
|
||||||
|
@ -1,18 +1,29 @@
|
|||||||
*.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 @@
|
|||||||
[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 @@
|
|||||||
*.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/
|
|||||||
[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/
|
|||||||
|
|
||||||
# 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
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
assets/
|
assets/*
|
||||||
protected/runtime/
|
!assets/.gitignore
|
||||||
|
protected/runtime/*
|
||||||
|
!protected/runtime/.gitignore
|
||||||
|
protected/data/*.db
|
||||||
themes/classic/views/
|
themes/classic/views/
|
||||||
|
Loading…
Reference in New Issue
Block a user