* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repofor-closed-social
@ -0,0 +1 @@ | |||
*.retry |
@ -1,14 +1,33 @@ | |||
# http://www.gnu.org/software/automake | |||
Makefile.in | |||
/ar-lib | |||
/mdate-sh | |||
/py-compile | |||
/test-driver | |||
/ylwrap | |||
# http://www.gnu.org/software/autoconf | |||
/autom4te.cache | |||
/autoscan.log | |||
/autoscan-*.log | |||
/aclocal.m4 | |||
/compile | |||
/config.guess | |||
/config.h.in | |||
/config.sub | |||
/configure | |||
/configure.scan | |||
/depcomp | |||
/install-sh | |||
/missing | |||
/stamp-h1 | |||
# https://www.gnu.org/software/libtool/ | |||
/ltmain.sh | |||
# http://www.gnu.org/software/texinfo | |||
/texinfo.tex |
@ -0,0 +1,2 @@ | |||
.bzr/ | |||
.bzrignore |
@ -1,108 +0,0 @@ | |||
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) | |||
[Bb]in/ | |||
[Oo]bj/ | |||
# mstest test results | |||
TestResults | |||
## Ignore Visual Studio temporary files, build results, and | |||
## files generated by popular Visual Studio add-ons. | |||
# User-specific files | |||
*.suo | |||
*.user | |||
*.sln.docstates | |||
# Build results | |||
[Dd]ebug/ | |||
[Rr]elease/ | |||
x64/ | |||
*_i.c | |||
*_p.c | |||
*.ilk | |||
*.meta | |||
*.obj | |||
*.pch | |||
*.pdb | |||
*.pgc | |||
*.pgd | |||
*.rsp | |||
*.sbr | |||
*.tlb | |||
*.tli | |||
*.tlh | |||
*.tmp | |||
*.log | |||
*.vspscc | |||
*.vssscc | |||
.builds | |||
# Visual C++ cache files | |||
ipch/ | |||
*.aps | |||
*.ncb | |||
*.opensdf | |||
*.sdf | |||
# Visual Studio profiler | |||
*.psess | |||
*.vsp | |||
*.vspx | |||
# Guidance Automation Toolkit | |||
*.gpState | |||
# ReSharper is a .NET coding add-in | |||
_ReSharper* | |||
# NCrunch | |||
*.ncrunch* | |||
.*crunch*.local.xml | |||
# Installshield output folder | |||
[Ee]xpress | |||
# DocProject is a documentation generator add-in | |||
DocProject/buildhelp/ | |||
DocProject/Help/*.HxT | |||
DocProject/Help/*.HxC | |||
DocProject/Help/*.hhc | |||
DocProject/Help/*.hhk | |||
DocProject/Help/*.hhp | |||
DocProject/Help/Html2 | |||
DocProject/Help/html | |||
# Click-Once directory | |||
publish | |||
# Publish Web Output | |||
*.Publish.xml | |||
# NuGet Packages Directory | |||
packages | |||
# Windows Azure Build Output | |||
csx | |||
*.build.csdef | |||
# Windows Store app package directory | |||
AppPackages/ | |||
# Others | |||
[Bb]in | |||
[Oo]bj | |||
sql | |||
TestResults | |||
[Tt]est[Rr]esult* | |||
*.Cache | |||
ClientBin | |||
[Ss]tyle[Cc]op.* | |||
~$* | |||
*.dbmdl | |||
Generated_Code #added for RIA/Silverlight projects | |||
# Backup & report files from converting an old project file to a newer | |||
# Visual Studio version. Backup files are not needed, because we have git ;-) | |||
_UpgradeReport_Files/ | |||
Backup*/ | |||
UpgradeLog*.XML |
@ -1,6 +1,9 @@ | |||
CMakeCache.txt | |||
CMakeFiles | |||
CMakeScripts | |||
Testing | |||
Makefile | |||
cmake_install.cmake | |||
install_manifest.txt | |||
compile_commands.json | |||
CTestTestfile.cmake |
@ -1,4 +1,4 @@ | |||
/CVS/* | |||
*/CVS/* | |||
**/CVS/* | |||
.cvsignore | |||
*/.cvsignore |
@ -0,0 +1,10 @@ | |||
# Calabash / Cucumber | |||
rerun/ | |||
reports/ | |||
screenshots/ | |||
screenshot*.png | |||
test-servers/ | |||
# bundler | |||
.bundle | |||
vendor |
@ -1,13 +0,0 @@ | |||
pom.xml | |||
pom.xml.asc | |||
*.jar | |||
*.class | |||
/lib/ | |||
/classes/ | |||
/target/ | |||
/checkouts/ | |||
.lein-deps-sum | |||
.lein-repl-history | |||
.lein-plugins/ | |||
.lein-failures | |||
.nrepl-port |
@ -1,3 +1,17 @@ | |||
*.FASL | |||
*.fasl | |||
*.lisp-temp | |||
*.dfsl | |||
*.pfsl | |||
*.d64fsl | |||
*.p64fsl | |||
*.lx64fsl | |||
*.lx32fsl | |||
*.dx64fsl | |||
*.dx32fsl | |||
*.fx64fsl | |||
*.fx32fsl | |||
*.sx64fsl | |||
*.sx32fsl | |||
*.wx64fsl | |||
*.wx32fsl |
@ -1,5 +1,5 @@ | |||
composer.phar | |||
vendor/ | |||
/vendor/ | |||
# 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 | |||
@ -1,3 +1,4 @@ | |||
config/site.php | |||
files/cache/* | |||
files/tmp/* | |||
.htaccess |
@ -1,3 +1,30 @@ | |||
*.vo | |||
.*.aux | |||
*.a | |||
*.cma | |||
*.cmi | |||
*.cmo | |||
*.cmx | |||
*.cmxa | |||
*.cmxs | |||
*.glob | |||
*.ml.d | |||
*.ml4.d | |||
*.mli.d | |||
*.mllib.d | |||
*.mlpack.d | |||
*.native | |||
*.o | |||
*.v.d | |||
*.vio | |||
*.vo | |||
.coq-native/ | |||
.csdp.cache | |||
.lia.cache | |||
.nia.cache | |||
.nlia.cache | |||
.nra.cache | |||
csdp.cache | |||
lia.cache | |||
nia.cache | |||
nlia.cache | |||
nra.cache |
@ -0,0 +1,24 @@ | |||
# Compiled Object files | |||
*.o | |||
*.obj | |||
# Compiled Dynamic libraries | |||
*.so | |||
*.dylib | |||
*.dll | |||
# Compiled Static libraries | |||
*.a | |||
*.lib | |||
# Executables | |||
*.exe | |||
# DUB | |||
.dub | |||
docs.json | |||
__dummy.html | |||
docs/ | |||
# Code coverage | |||
*.lst |
@ -1,15 +1,12 @@ | |||
# Don’t commit the following directories created by pub. | |||
.buildlog | |||
# See https://www.dartlang.org/tools/private-files.html | |||
# Files and directories created by pub | |||
.packages | |||
.pub/ | |||
build/ | |||
packages | |||
.packages | |||
# Or the files created by dart2js. | |||
*.dart.js | |||
*.js_ | |||
*.js.deps | |||
*.js.map | |||
# Include when developing application packages. | |||
# If you're building an application, you may want to check-in your pubspec.lock | |||
pubspec.lock | |||
# Directory created by dartdoc | |||
# If you don't generate documentation locally you can remove this line. | |||
doc/api/ |
@ -1,3 +1,7 @@ | |||
# DW Dreamweaver added files | |||
_notes | |||
_compareTemp | |||
configs/ | |||
dwsync.xml | |||
dw_php_codehinting.config | |||
*.mno |
@ -0,0 +1,4 @@ | |||
# Dropbox settings and caches | |||
.dropbox | |||
.dropbox.attr | |||
.dropbox.cache |
@ -1,2 +1,2 @@ | |||
# The compilation directoy | |||
# The compilation directory | |||
EIFGENs |
@ -1,4 +1,6 @@ | |||
/_build | |||
/cover | |||
/deps | |||
erl_crash.dump | |||
*.ez | |||
*.beam |
@ -0,0 +1,4 @@ | |||
# elm-package generated files | |||
elm-stuff | |||
# elm-repl generated files | |||
repl-temp-* |
@ -1,4 +1,12 @@ | |||
.architect | |||
bootstrap.css | |||
bootstrap.js | |||
bootstrap.json | |||
bootstrap.jsonp | |||
build/ | |||
classic.json | |||
classic.jsonp | |||
ext/ | |||
modern.json | |||
modern.jsonp | |||
resources/sass/.sass-cache/ |
@ -1,114 +0,0 @@ | |||
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) | |||
[Bb]in/ | |||
[Oo]bj/ | |||
# mstest test results | |||
TestResults | |||
## Ignore Visual Studio temporary files, build results, and | |||
## files generated by popular Visual Studio add-ons. | |||
# User-specific files | |||
*.suo | |||
*.user | |||
*.sln.docstates | |||
# Build results | |||
[Dd]ebug/ | |||
[Rr]elease/ | |||
x64/ | |||
*_i.c | |||
*_p.c | |||
*.ilk | |||
*.meta | |||
*.obj | |||
*.pch | |||
*.pdb | |||
*.pgc | |||
*.pgd | |||
*.rsp | |||
*.sbr | |||
*.tlb | |||
*.tli | |||
*.tlh | |||
*.tmp | |||
*.log | |||
*.vspscc | |||
*.vssscc | |||
.builds | |||
# Visual C++ cache files | |||
ipch/ | |||
*.aps | |||
*.ncb | |||
*.opensdf | |||
*.sdf | |||
# Visual Studio profiler | |||
*.psess | |||
*.vsp | |||
*.vspx | |||
# Guidance Automation Toolkit | |||
*.gpState | |||
# ReSharper is a .NET coding add-in | |||
_ReSharper* | |||
# NCrunch | |||
*.ncrunch* | |||
.*crunch*.local.xml | |||
# Installshield output folder | |||
[Ee]xpress | |||
# DocProject is a documentation generator add-in | |||
DocProject/buildhelp/ | |||
DocProject/Help/*.HxT | |||
DocProject/Help/*.HxC | |||
DocProject/Help/*.hhc | |||
DocProject/Help/*.hhk | |||
DocProject/Help/*.hhp | |||
DocProject/Help/Html2 | |||
DocProject/Help/html | |||
# Click-Once directory | |||
publish | |||
# Publish Web Output | |||
*.Publish.xml | |||
# NuGet Packages Directory | |||
packages | |||
# Windows Azure Build Output | |||
csx | |||
*.build.csdef | |||
# Windows Store app package directory | |||
AppPackages/ | |||
# Others | |||
[Bb]in | |||
[Oo]bj | |||
sql | |||
TestResults | |||
[Tt]est[Rr]esult* | |||
*.Cache | |||
ClientBin | |||
[Ss]tyle[Cc]op.* | |||
~$* | |||
*.dbmdl | |||
Generated_Code #added for RIA/Silverlight projects | |||
# Backup & report files from converting an old project file to a newer | |||
# Visual Studio version. Backup files are not needed, because we have git ;-) | |||
_UpgradeReport_Files/ | |||
Backup*/ | |||
UpgradeLog*.XML | |||
#FSharp | |||
paket.exe | |||
paket-files/ | |||
.fake | |||
@ -1,2 +1,21 @@ | |||
fuel/app/logs/*/*/* | |||
fuel/app/cache/*/* | |||
# the composer package lock file and install directory | |||
# 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 |
@ -0,0 +1,2 @@ | |||
secring.* | |||
@ -1,24 +1,14 @@ | |||
# Compiled Object files, Static and Dynamic libs (Shared Objects) | |||
*.o | |||
*.a | |||
# Binaries for programs and plugins | |||
*.exe | |||
*.dll | |||
*.so | |||
*.dylib | |||
# Folders | |||
_obj | |||
_test | |||
# Architecture specific extensions/prefixes | |||
*.[568vq] | |||
[568vq].out | |||
*.cgo1.go | |||
*.cgo2.c | |||
_cgo_defun.c | |||
_cgo_gotypes.go | |||
_cgo_export.* | |||
# Test binary, build with `go test -c` | |||
*.test | |||
_testmain.go | |||
# Output of the go coverage tool, specifically when used with LiteIDE | |||
*.out | |||
*.exe | |||
*.test | |||
*.prof | |||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 | |||
.glide/ |
@ -1,8 +1,14 @@ | |||
.gradle | |||
build/ | |||
/build/ | |||
# Ignore Gradle GUI config | |||
gradle-app.setting | |||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | |||
!gradle-wrapper.jar | |||
# Cache of project | |||
.gradletasknamecache | |||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 | |||
# gradle/wrapper/gradle-wrapper.properties |
@ -1,2 +0,0 @@ | |||
# Temporary data | |||
.ipynb_checkpoints/ |
@ -0,0 +1,4 @@ | |||
*.jl.cov | |||
*.jl.*.cov | |||
*.jl.mem | |||
deps/deps.jl |
@ -1,13 +1,21 @@ | |||
# For PCBs designed using KiCAD: http://www.kicad-pcb.org/ | |||
# For PCBs designed using KiCad: http://www.kicad-pcb.org/ | |||
# Temporary files | |||
*.000 | |||
*.bak | |||
*.bck | |||
*.kicad_pcb-bak | |||
*~ | |||
_autosave-* | |||
*.tmp | |||
# Netlist files (exported from Eeschema) | |||
*.net | |||
# Autorouter files (exported from Pcbnew) | |||
.dsn | |||
*.dsn | |||
*.ses | |||
# Exported BOM files | |||
*.xml | |||
*.csv |
@ -1,4 +1,20 @@ | |||
/bootstrap/compiled.php | |||
vendor/ | |||
node_modules/ | |||
npm-debug.log | |||
# Laravel 4 specific | |||
bootstrap/compiled.php | |||
app/storage/ | |||
# Laravel 5 & Lumen specific | |||
public/storage | |||
public/hot | |||
storage/*.key | |||
.env.*.php | |||
.env.php | |||
.env | |||
Homestead.yaml | |||
Homestead.json | |||
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer | |||
.rocketeer/ |
@ -1,7 +1,13 @@ | |||
*~ | |||
# temporary files which can be created if a process still has a handle open of a deleted file | |||
.fuse_hidden* | |||
# KDE directory preferences | |||
.directory | |||
# Linux trash folder which might appear on any partition or disk | |||
.Trash-* | |||
# .nfs files are created when an open file is removed but is still being accessed | |||
.nfs* |
@ -1,126 +1,16 @@ | |||
.htaccess.sample | |||
.modgit/ | |||
.modman/ | |||
app/code/community/Phoenix/ | |||
app/code/community/Cm/ | |||
app/code/core/ | |||
app/design/adminhtml/default/default/ | |||
app/design/frontend/base/ | |||
app/design/frontend/rwd/ | |||
app/design/frontend/default/blank/ | |||
app/design/frontend/default/default/ | |||
app/design/frontend/default/iphone/ | |||
app/design/frontend/default/modern/ | |||
app/design/frontend/enterprise/default | |||
app/design/install/ | |||
app/etc/modules/Enterprise_* | |||
app/etc/modules/Mage_All.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/Cm_RedisSession.xml | |||
app/etc/applied.patches.list | |||
app/etc/config.xml | |||
app/etc/enterprise.xml | |||
app/etc/local.xml.additional | |||
app/etc/local.xml.template | |||
app/etc/local.xml | |||
app/.htaccess | |||
app/locale/ | |||
app/Mage.php | |||
/cron.php | |||
cron.sh | |||
downloader/ | |||
errors/ | |||
favicon.ico | |||
/get.php | |||
includes/ | |||
/index.php | |||
index.php.sample | |||
/install.php | |||
js/blank.html | |||
js/calendar/ | |||
js/enterprise/ | |||
js/extjs/ | |||
js/firebug/ | |||
js/flash/ | |||
js/index.php | |||
js/jscolor/ | |||
js/lib/ | |||
js/mage/ | |||
js/prototype/ | |||
js/scriptaculous/ | |||
js/spacer.gif | |||
js/tiny_mce/ | |||
js/varien/ | |||
lib/3Dsecure/ | |||
lib/Apache/ | |||
lib/flex/ | |||
lib/googlecheckout/ | |||
lib/.htaccess | |||
lib/LinLibertineFont/ | |||
lib/Mage/ | |||
lib/PEAR/ | |||
lib/Pelago/ | |||
lib/phpseclib/ | |||
lib/Varien/ | |||
lib/Zend/ | |||
lib/Cm/ | |||
lib/Credis/ | |||
lib/Magento/ | |||
LICENSE_AFL.txt | |||
LICENSE.html | |||
LICENSE.txt | |||
LICENSE_EE* | |||
/mage | |||
media/customer/ | |||
media/dhl/ | |||
media/downloadable/ | |||
media/.htaccess | |||
media/import/ | |||
media/xmlconnect/ | |||
media/catalog/product/cache/ | |||
media/catalog/product/placeholder/default/ | |||
/api.php | |||
nbproject/ | |||
pear | |||
pear/ | |||
php.ini.sample | |||
pkginfo/ | |||
RELEASE_NOTES.txt | |||
shell/abstract.php | |||
shell/compiler.php | |||
shell/indexer.php | |||
shell/log.php | |||
sitemap.xml | |||
skin/adminhtml/default/default/ | |||
skin/adminhtml/default/enterprise | |||
skin/frontend/base/ | |||
skin/frontend/rwd/ | |||
skin/frontend/default/blank/ | |||
skin/frontend/default/blue/ | |||
skin/frontend/default/default/ | |||
skin/frontend/default/french/ | |||
skin/frontend/default/german/ | |||
skin/frontend/default/iphone/ | |||
skin/frontend/default/modern/ | |||
skin/frontend/enterprise | |||
skin/install/ | |||
var/ | |||
#--------------------------# | |||
# Magento Default Files # | |||
#--------------------------# | |||
/app/etc/local.xml | |||
/media/* | |||
!/media/.htaccess | |||
!/media/customer/.htaccess | |||
!/media/dhl/logo.jpg | |||
!/media/downloadable/.htaccess | |||
!/media/xmlconnect/custom/ok.gif | |||
!/media/xmlconnect/original/ok.gif | |||
!/media/xmlconnect/system/ok.gif | |||
/var/* | |||
!/var/.htaccess | |||
!/var/package/*.xml |
@ -0,0 +1 @@ | |||
.otto/ |
@ -1,20 +1,35 @@ | |||
/blib/ | |||
/.build/ | |||
_build/ | |||
cover_db/ | |||
inc/ | |||
Build | |||
!Build/ | |||
Build.bat | |||
.last_cover_stats | |||
/Makefile | |||
/Makefile.old | |||
/MANIFEST.bak | |||
/META.yml | |||
/META.json | |||
/MYMETA.* | |||
nytprof.out | |||
/pm_to_blib | |||
*.o | |||
*.pm.tdy | |||
*.bs | |||
# Devel::Cover | |||
cover_db/ | |||
# Devel::NYTProf | |||
nytprof.out | |||
# Dizt::Zilla | |||
/.build/ | |||
# Module::Build | |||
_build/ | |||
Build | |||
Build.bat | |||
# Module::Install | |||
inc/ | |||
# ExtUitls::MakeMaker | |||
/blib/ | |||
/_eumm/ | |||
/*.gz | |||
/Makefile | |||
/Makefile.old | |||
/MANIFEST.bak | |||
/pm_to_blib | |||
/*.zip |
@ -0,0 +1,8 @@ | |||
# Dependencies | |||
.psci_modules | |||
bower_components | |||
node_modules | |||
# Generated files | |||
.psci | |||
output |
@ -1,11 +1,10 @@ | |||
# Compiled files | |||
*.o | |||
*.so | |||
*.rlib | |||
*.dll | |||
# Executables | |||
*.exe | |||
# Generated by Cargo | |||
# will have compiled files and executables | |||
/target/ | |||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | |||
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock | |||
Cargo.lock | |||
# These are backup files generated by rustfmt | |||
**/*.rs.bk |
@ -1,9 +1,12 @@ | |||
# Simple Build Tool | |||
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control | |||
dist/* | |||
target/ | |||
lib_managed/ | |||
src_managed/ | |||
project/boot/ | |||
project/plugins/project/ | |||
.history | |||
.cache | |||
.lib/ |
@ -1,17 +1,2 @@ | |||
*.class | |||
*.log | |||
# sbt specific | |||
.cache | |||
.history | |||
.lib/ | |||
dist/* | |||
target/ | |||
lib_managed/ | |||
src_managed/ | |||
project/boot/ | |||
project/plugins/project/ | |||
# Scala-IDE specific | |||
.scala_dependencies | |||
.worksheet |
@ -0,0 +1,7 @@ | |||
*.ss~ | |||
*.ss#* | |||
.#*.ss | |||
*.scm~ | |||
*.scm#* | |||
.#*.scm |
@ -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 |
@ -0,0 +1,24 @@ | |||
# .gitignore file for git projects containing Stata files | |||
# Commercial statistical software: http://www.stata.com | |||
# Stata dataset and output files | |||
*.dta | |||
*.gph | |||
*.log | |||
*.smcl | |||
*.stpr | |||
*.stsem | |||
# Graphic export files from Stata | |||
# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf | |||
# | |||
# You may add graphic export files to your .gitignore. However you should be | |||
# aware that this will exclude all image files from this main directory | |||
# and subdirectories. | |||
# *.ps | |||
# *.eps | |||
# *.wmf | |||
# *.emf | |||
# *.png | |||
# *.tif |
@ -0,0 +1,6 @@ | |||
# Compiled files | |||
*.tfstate | |||
*.tfstate.backup | |||
# Module directory | |||
.terraform/ |
@ -0,0 +1,70 @@ | |||
# Visual Studio 2015 user specific files | |||
.vs/ | |||
# Visual Studio 2015 database file | |||
*.VC.db | |||
# Compiled Object files | |||
*.slo | |||
*.lo | |||
*.o | |||
*.obj | |||
# Precompiled Headers | |||
*.gch | |||
*.pch | |||
# Compiled Dynamic libraries | |||
*.so | |||
*.dylib | |||
*.dll | |||
# Fortran module files | |||
*.mod | |||
# Compiled Static libraries | |||
*.lai | |||
*.la | |||
*.a | |||
*.lib | |||
# Executables | |||
*.exe | |||
*.out | |||
*.app | |||
*.ipa | |||
# These project files can be generated by the engine | |||
*.xcodeproj | |||
*.xcworkspace | |||
*.sln | |||
*.suo | |||
*.opensdf | |||
*.sdf | |||
*.VC.db | |||
*.VC.opendb | |||
# Precompiled Assets | |||
SourceArt/**/*.png | |||
SourceArt/**/*.tga | |||
# Binary Files | |||
Binaries/* | |||
# Builds | |||
Build/* | |||
# Don't ignore icon files in Build | |||
!Build/**/*.ico | |||
# Built data for maps | |||
*_BuiltData.uasset | |||
# Configuration files generated by the Editor | |||
Saved/* | |||
# Compiled source files for the engine to use | |||
Intermediate/* | |||
# Cache files for the editor to use | |||
DerivedDataCache/* |
@ -1,6 +1,12 @@ | |||
[._]*.s[a-w][a-z] | |||
[._]s[a-w][a-z] | |||
*.un~ | |||
# swap | |||
[._]*.s[a-v][a-z] | |||
[._]*.sw[a-p] | |||
[._]s[a-v][a-z] | |||
[._]sw[a-p] | |||
# session | |||
Session.vim | |||
# temporary | |||
.netrwhist | |||
*~ | |||
# auto-generated tag files | |||
tags |