Synced gitignores with github repo (#1245)
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
This commit is contained in:
parent
09fe4a2ae9
commit
a06c3ad2c0
|
@ -2,10 +2,18 @@
|
||||||
bin/
|
bin/
|
||||||
bin-debug/
|
bin-debug/
|
||||||
bin-release/
|
bin-release/
|
||||||
|
[Oo]bj/ # FlashDevelop obj
|
||||||
|
[Bb]in/ # FlashDevelop bin
|
||||||
|
|
||||||
# Other files and folders
|
# Other files and folders
|
||||||
.settings/
|
.settings/
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.swf
|
||||||
|
*.air
|
||||||
|
*.ipa
|
||||||
|
*.apk
|
||||||
|
|
||||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
||||||
# should NOT be excluded as they contain compiler settings and other important
|
# should NOT be excluded as they contain compiler settings and other important
|
||||||
# information for Eclipse / Flash Builder.
|
# information for Eclipse / Flash Builder.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
*.apk
|
*.apk
|
||||||
*.ap_
|
*.ap_
|
||||||
|
|
||||||
# Files for the Dalvik VM
|
# Files for the ART/Dalvik VM
|
||||||
*.dex
|
*.dex
|
||||||
|
|
||||||
# Java class files
|
# Java class files
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
# Generated files
|
# Generated files
|
||||||
bin/
|
bin/
|
||||||
gen/
|
gen/
|
||||||
|
out/
|
||||||
|
|
||||||
# Gradle files
|
# Gradle files
|
||||||
.gradle/
|
.gradle/
|
||||||
|
@ -30,3 +31,25 @@ proguard/
|
||||||
|
|
||||||
# Android Studio captures folder
|
# Android Studio captures folder
|
||||||
captures/
|
captures/
|
||||||
|
|
||||||
|
# Intellij
|
||||||
|
*.iml
|
||||||
|
.idea/workspace.xml
|
||||||
|
.idea/tasks.xml
|
||||||
|
.idea/gradle.xml
|
||||||
|
.idea/dictionaries
|
||||||
|
.idea/libraries
|
||||||
|
|
||||||
|
# Keystore files
|
||||||
|
*.jks
|
||||||
|
|
||||||
|
# External native build folder generated in Android Studio 2.2 and later
|
||||||
|
.externalNativeBuild
|
||||||
|
|
||||||
|
# Google Services (e.g. APIs or Firebase)
|
||||||
|
google-services.json
|
||||||
|
|
||||||
|
# Freeline
|
||||||
|
freeline.py
|
||||||
|
freeline/
|
||||||
|
freeline_project_description.json
|
||||||
|
|
1
options/gitignore/Ansible
Normal file
1
options/gitignore/Ansible
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.retry
|
|
@ -1,14 +1,33 @@
|
||||||
# http://www.gnu.org/software/automake
|
# http://www.gnu.org/software/automake
|
||||||
|
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
/ar-lib
|
||||||
|
/mdate-sh
|
||||||
|
/py-compile
|
||||||
|
/test-driver
|
||||||
|
/ylwrap
|
||||||
|
|
||||||
# http://www.gnu.org/software/autoconf
|
# http://www.gnu.org/software/autoconf
|
||||||
|
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
|
/autoscan.log
|
||||||
|
/autoscan-*.log
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/compile
|
/compile
|
||||||
|
/config.guess
|
||||||
|
/config.h.in
|
||||||
|
/config.sub
|
||||||
/configure
|
/configure
|
||||||
|
/configure.scan
|
||||||
/depcomp
|
/depcomp
|
||||||
/install-sh
|
/install-sh
|
||||||
/missing
|
/missing
|
||||||
/stamp-h1
|
/stamp-h1
|
||||||
|
|
||||||
|
# https://www.gnu.org/software/libtool/
|
||||||
|
|
||||||
|
/ltmain.sh
|
||||||
|
|
||||||
|
# http://www.gnu.org/software/texinfo
|
||||||
|
|
||||||
|
/texinfo.tex
|
||||||
|
|
2
options/gitignore/Bazaar
Normal file
2
options/gitignore/Bazaar
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
|
@ -1,9 +1,17 @@
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
*.ko
|
*.ko
|
||||||
*.obj
|
*.obj
|
||||||
*.elf
|
*.elf
|
||||||
|
|
||||||
|
# Linker output
|
||||||
|
*.ilk
|
||||||
|
*.map
|
||||||
|
*.exp
|
||||||
|
|
||||||
# Precompiled Headers
|
# Precompiled Headers
|
||||||
*.gch
|
*.gch
|
||||||
*.pch
|
*.pch
|
||||||
|
@ -30,3 +38,14 @@
|
||||||
|
|
||||||
# Debug files
|
# Debug files
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
|
*.su
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
|
|
|
@ -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,3 +1,6 @@
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
*.slo
|
*.slo
|
||||||
*.lo
|
*.lo
|
||||||
|
@ -15,6 +18,7 @@
|
||||||
|
|
||||||
# Fortran module files
|
# Fortran module files
|
||||||
*.mod
|
*.mod
|
||||||
|
*.smod
|
||||||
|
|
||||||
# Compiled Static libraries
|
# Compiled Static libraries
|
||||||
*.lai
|
*.lai
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
CMakeScripts
|
CMakeScripts
|
||||||
|
Testing
|
||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
|
compile_commands.json
|
||||||
|
CTestTestfile.cmake
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/CVS/*
|
/CVS/*
|
||||||
*/CVS/*
|
**/CVS/*
|
||||||
.cvsignore
|
.cvsignore
|
||||||
*/.cvsignore
|
*/.cvsignore
|
||||||
|
|
|
@ -2,8 +2,20 @@
|
||||||
|
|
||||||
/vendor/*
|
/vendor/*
|
||||||
/config/app.php
|
/config/app.php
|
||||||
/tmp/*
|
|
||||||
|
/tmp/cache/models/*
|
||||||
|
!/tmp/cache/models/empty
|
||||||
|
/tmp/cache/persistent/*
|
||||||
|
!/tmp/cache/persistent/empty
|
||||||
|
/tmp/cache/views/*
|
||||||
|
!/tmp/cache/views/empty
|
||||||
|
/tmp/sessions/*
|
||||||
|
!/tmp/sessions/empty
|
||||||
|
/tmp/tests/*
|
||||||
|
!/tmp/tests/empty
|
||||||
|
|
||||||
/logs/*
|
/logs/*
|
||||||
|
!/logs/empty
|
||||||
|
|
||||||
# CakePHP 2
|
# CakePHP 2
|
||||||
|
|
||||||
|
|
10
options/gitignore/Calabash
Normal file
10
options/gitignore/Calabash
Normal file
|
@ -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
|
|
|
@ -4,3 +4,14 @@
|
||||||
*/cache/*
|
*/cache/*
|
||||||
!*/cache/index.html
|
!*/cache/index.html
|
||||||
!*/cache/.htaccess
|
!*/cache/.htaccess
|
||||||
|
|
||||||
|
user_guide_src/build/*
|
||||||
|
user_guide_src/cilexer/build/*
|
||||||
|
user_guide_src/cilexer/dist/*
|
||||||
|
user_guide_src/cilexer/pycilexer.egg-info/*
|
||||||
|
|
||||||
|
#codeigniter 3
|
||||||
|
application/logs/*
|
||||||
|
!application/logs/index.html
|
||||||
|
!application/logs/.htaccess
|
||||||
|
/vendor/
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
*.FASL
|
*.FASL
|
||||||
*.fasl
|
*.fasl
|
||||||
*.lisp-temp
|
*.lisp-temp
|
||||||
|
*.dfsl
|
||||||
|
*.pfsl
|
||||||
|
*.d64fsl
|
||||||
|
*.p64fsl
|
||||||
|
*.lx64fsl
|
||||||
|
*.lx32fsl
|
||||||
|
*.dx64fsl
|
||||||
|
*.dx32fsl
|
||||||
|
*.fx64fsl
|
||||||
|
*.fx32fsl
|
||||||
|
*.sx64fsl
|
||||||
|
*.sx32fsl
|
||||||
|
*.wx64fsl
|
||||||
|
*.wx32fsl
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
composer.phar
|
composer.phar
|
||||||
vendor/
|
/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
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
config/site.php
|
config/site.php
|
||||||
files/cache/*
|
files/cache/*
|
||||||
files/tmp/*
|
files/tmp/*
|
||||||
|
.htaccess
|
||||||
|
|
|
@ -1,3 +1,30 @@
|
||||||
*.vo
|
.*.aux
|
||||||
|
*.a
|
||||||
|
*.cma
|
||||||
|
*.cmi
|
||||||
|
*.cmo
|
||||||
|
*.cmx
|
||||||
|
*.cmxa
|
||||||
|
*.cmxs
|
||||||
*.glob
|
*.glob
|
||||||
|
*.ml.d
|
||||||
|
*.ml4.d
|
||||||
|
*.mli.d
|
||||||
|
*.mllib.d
|
||||||
|
*.mlpack.d
|
||||||
|
*.native
|
||||||
|
*.o
|
||||||
*.v.d
|
*.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
|
||||||
|
|
24
options/gitignore/D
Normal file
24
options/gitignore/D
Normal file
|
@ -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.
|
# See https://www.dartlang.org/tools/private-files.html
|
||||||
.buildlog
|
|
||||||
|
# Files and directories created by pub
|
||||||
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
build/
|
build/
|
||||||
packages
|
# If you're building an application, you may want to check-in your pubspec.lock
|
||||||
.packages
|
|
||||||
|
|
||||||
# Or the files created by dart2js.
|
|
||||||
*.dart.js
|
|
||||||
*.js_
|
|
||||||
*.js.deps
|
|
||||||
*.js.map
|
|
||||||
|
|
||||||
# Include when developing application packages.
|
|
||||||
pubspec.lock
|
pubspec.lock
|
||||||
|
|
||||||
|
# Directory created by dartdoc
|
||||||
|
# If you don't generate documentation locally you can remove this line.
|
||||||
|
doc/api/
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
# Deployment Manager configuration file for your project. Added in Delphi XE2.
|
# Deployment Manager configuration file for your project. Added in Delphi XE2.
|
||||||
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
||||||
#*.deployproj
|
#*.deployproj
|
||||||
|
#
|
||||||
|
# C++ object files produced when C/C++ Output file generation is configured.
|
||||||
|
# Uncomment this if you are not using external objects (zlib library for example).
|
||||||
|
#*.obj
|
||||||
#
|
#
|
||||||
|
|
||||||
# Delphi compiler-generated binaries (safe to delete)
|
# Delphi compiler-generated binaries (safe to delete)
|
||||||
|
@ -37,9 +41,13 @@
|
||||||
*.tds
|
*.tds
|
||||||
*.dcu
|
*.dcu
|
||||||
*.lib
|
*.lib
|
||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
*.ocx
|
||||||
|
|
||||||
# Delphi autogenerated files (duplicated info)
|
# Delphi autogenerated files (duplicated info)
|
||||||
*.cfg
|
*.cfg
|
||||||
|
*.hpp
|
||||||
*Resource.rc
|
*Resource.rc
|
||||||
|
|
||||||
# Delphi local files (user-specific info)
|
# Delphi local files (user-specific info)
|
||||||
|
@ -51,7 +59,8 @@
|
||||||
|
|
||||||
# Delphi history and backups
|
# Delphi history and backups
|
||||||
__history/
|
__history/
|
||||||
|
__recovery/
|
||||||
*.~*
|
*.~*
|
||||||
|
|
||||||
# Castalia statistics file
|
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
||||||
*.stat
|
*.stat
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
# DW Dreamweaver added files
|
# DW Dreamweaver added files
|
||||||
_notes
|
_notes
|
||||||
|
_compareTemp
|
||||||
|
configs/
|
||||||
dwsync.xml
|
dwsync.xml
|
||||||
|
dw_php_codehinting.config
|
||||||
|
*.mno
|
||||||
|
|
4
options/gitignore/Dropbox
Normal file
4
options/gitignore/Dropbox
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Dropbox settings and caches
|
||||||
|
.dropbox
|
||||||
|
.dropbox.attr
|
||||||
|
.dropbox.cache
|
|
@ -15,7 +15,7 @@ robots.txt
|
||||||
/MAINTAINERS.txt
|
/MAINTAINERS.txt
|
||||||
/UPGRADE.txt
|
/UPGRADE.txt
|
||||||
/README.txt
|
/README.txt
|
||||||
sites/all/README.txt
|
sites/README.txt
|
||||||
sites/all/modules/README.txt
|
sites/all/modules/README.txt
|
||||||
sites/all/themes/README.txt
|
sites/all/themes/README.txt
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
# comment the following line if you want to have your project file included.
|
# comment the following line if you want to have your project file included.
|
||||||
eagle.epf
|
eagle.epf
|
||||||
|
|
||||||
|
# Autorouter files
|
||||||
|
*.pro
|
||||||
|
*.job
|
||||||
|
|
||||||
# CAM files
|
# CAM files
|
||||||
*.$$$
|
*.$$$
|
||||||
*.cmp
|
*.cmp
|
||||||
|
@ -34,3 +38,7 @@ eagle.epf
|
||||||
*.info
|
*.info
|
||||||
|
|
||||||
*.eps
|
*.eps
|
||||||
|
|
||||||
|
# file locks introduced since 7.x
|
||||||
|
*.lck
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
*.pydevproject
|
|
||||||
.metadata
|
.metadata
|
||||||
.gradle
|
|
||||||
bin/
|
bin/
|
||||||
tmp/
|
tmp/
|
||||||
*.tmp
|
*.tmp
|
||||||
|
@ -10,6 +9,7 @@ tmp/
|
||||||
local.properties
|
local.properties
|
||||||
.settings/
|
.settings/
|
||||||
.loadpath
|
.loadpath
|
||||||
|
.recommenders
|
||||||
|
|
||||||
# Eclipse Core
|
# Eclipse Core
|
||||||
.project
|
.project
|
||||||
|
@ -20,7 +20,10 @@ local.properties
|
||||||
# Locally stored "Eclipse launch configurations"
|
# Locally stored "Eclipse launch configurations"
|
||||||
*.launch
|
*.launch
|
||||||
|
|
||||||
# CDT-specific
|
# PyDev specific (Python IDE for Eclipse)
|
||||||
|
*.pydevproject
|
||||||
|
|
||||||
|
# CDT-specific (C/C++ Development Tooling)
|
||||||
.cproject
|
.cproject
|
||||||
|
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
# JDT-specific (Eclipse Java Development Tools)
|
||||||
|
@ -29,11 +32,25 @@ local.properties
|
||||||
# Java annotation processor (APT)
|
# Java annotation processor (APT)
|
||||||
.factorypath
|
.factorypath
|
||||||
|
|
||||||
# PDT-specific
|
# PDT-specific (PHP Development Tools)
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
# sbteclipse plugin
|
# sbteclipse plugin
|
||||||
.target
|
.target
|
||||||
|
|
||||||
|
# Tern plugin
|
||||||
|
.tern-project
|
||||||
|
|
||||||
# TeXlipse plugin
|
# TeXlipse plugin
|
||||||
.texlipse
|
.texlipse
|
||||||
|
|
||||||
|
# STS (Spring Tool Suite)
|
||||||
|
.springBeans
|
||||||
|
|
||||||
|
# Code Recommenders
|
||||||
|
.recommenders/
|
||||||
|
|
||||||
|
# Scala IDE specific (Scala & Java development for Eclipse)
|
||||||
|
.cache-main
|
||||||
|
.scala_dependencies
|
||||||
|
.worksheet
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# The compilation directoy
|
# The compilation directory
|
||||||
EIFGENs
|
EIFGENs
|
||||||
|
|
|
@ -3,3 +3,9 @@
|
||||||
|
|
||||||
# Packaging
|
# Packaging
|
||||||
.cask
|
.cask
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Undo-tree save-files
|
||||||
|
*.~undo-tree
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
/_build
|
/_build
|
||||||
|
/cover
|
||||||
/deps
|
/deps
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
*.ez
|
*.ez
|
||||||
|
*.beam
|
||||||
|
|
4
options/gitignore/Elm
Normal file
4
options/gitignore/Elm
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# elm-package generated files
|
||||||
|
elm-stuff
|
||||||
|
# elm-repl generated files
|
||||||
|
repl-temp-*
|
|
@ -30,3 +30,16 @@ tramp
|
||||||
|
|
||||||
# cask packages
|
# cask packages
|
||||||
.cask/
|
.cask/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Flycheck
|
||||||
|
flycheck_*.el
|
||||||
|
|
||||||
|
# server auth directory
|
||||||
|
/server/
|
||||||
|
|
||||||
|
# projectiles files
|
||||||
|
.projectile
|
||||||
|
|
||||||
|
# directory configuration
|
||||||
|
.dir-locals.el
|
||||||
|
|
|
@ -4,7 +4,7 @@ deps
|
||||||
*.beam
|
*.beam
|
||||||
*.plt
|
*.plt
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
ebin
|
ebin/*.beam
|
||||||
rel/example_project
|
rel/example_project
|
||||||
.concrete/DEV_MODE
|
.concrete/DEV_MODE
|
||||||
.rebar
|
.rebar
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
.architect
|
.architect
|
||||||
|
bootstrap.css
|
||||||
|
bootstrap.js
|
||||||
bootstrap.json
|
bootstrap.json
|
||||||
|
bootstrap.jsonp
|
||||||
build/
|
build/
|
||||||
|
classic.json
|
||||||
|
classic.jsonp
|
||||||
ext/
|
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
|
|
||||||
|
|
0
options/gitignore/Fortran
Normal file
0
options/gitignore/Fortran
Normal file
|
@ -1,2 +1,21 @@
|
||||||
fuel/app/logs/*/*/*
|
# the composer package lock file and install directory
|
||||||
fuel/app/cache/*/*
|
# 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
|
||||||
|
|
2
options/gitignore/GPG
Normal file
2
options/gitignore/GPG
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
secring.*
|
||||||
|
|
|
@ -1,24 +1,14 @@
|
||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
# Binaries for programs and plugins
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Folders
|
|
||||||
_obj
|
|
||||||
_test
|
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
|
||||||
*.[568vq]
|
|
||||||
[568vq].out
|
|
||||||
|
|
||||||
*.cgo1.go
|
|
||||||
*.cgo2.c
|
|
||||||
_cgo_defun.c
|
|
||||||
_cgo_gotypes.go
|
|
||||||
_cgo_export.*
|
|
||||||
|
|
||||||
_testmain.go
|
|
||||||
|
|
||||||
*.exe
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, build with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||||
|
.glide/
|
||||||
|
|
|
@ -1,8 +1,14 @@
|
||||||
.gradle
|
.gradle
|
||||||
build/
|
/build/
|
||||||
|
|
||||||
# Ignore Gradle GUI config
|
# Ignore Gradle GUI config
|
||||||
gradle-app.setting
|
gradle-app.setting
|
||||||
|
|
||||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||||
!gradle-wrapper.jar
|
!gradle-wrapper.jar
|
||||||
|
|
||||||
|
# Cache of project
|
||||||
|
.gradletasknamecache
|
||||||
|
|
||||||
|
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
||||||
|
# gradle/wrapper/gradle-wrapper.properties
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
dist
|
dist
|
||||||
|
dist-*
|
||||||
cabal-dev
|
cabal-dev
|
||||||
*.o
|
*.o
|
||||||
*.hi
|
*.hi
|
||||||
|
@ -13,4 +14,7 @@ cabal.sandbox.config
|
||||||
*.prof
|
*.prof
|
||||||
*.aux
|
*.aux
|
||||||
*.hp
|
*.hp
|
||||||
|
*.eventlog
|
||||||
.stack-work/
|
.stack-work/
|
||||||
|
cabal.project.local
|
||||||
|
.HTF/
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Temporary data
|
|
||||||
.ipynb_checkpoints/
|
|
|
@ -1,5 +1,12 @@
|
||||||
|
# Compiled class file
|
||||||
*.class
|
*.class
|
||||||
|
|
||||||
|
# Log file
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# BlueJ files
|
||||||
|
*.ctxt
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
# Mobile Tools for Java (J2ME)
|
||||||
.mtj.tmp/
|
.mtj.tmp/
|
||||||
|
|
||||||
|
@ -7,6 +14,9 @@
|
||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.rar
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
|
@ -1,32 +1,28 @@
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
*.iml
|
|
||||||
|
|
||||||
## Directory-based project format:
|
|
||||||
.idea/
|
|
||||||
# if you remove the above rule, at least ignore the following:
|
|
||||||
|
|
||||||
# User-specific stuff:
|
# User-specific stuff:
|
||||||
# .idea/workspace.xml
|
.idea/**/workspace.xml
|
||||||
# .idea/tasks.xml
|
.idea/**/tasks.xml
|
||||||
# .idea/dictionaries
|
.idea/dictionaries
|
||||||
|
|
||||||
# Sensitive or high-churn files:
|
# Sensitive or high-churn files:
|
||||||
# .idea/dataSources.ids
|
.idea/**/dataSources/
|
||||||
# .idea/dataSources.xml
|
.idea/**/dataSources.ids
|
||||||
# .idea/sqlDataSources.xml
|
.idea/**/dataSources.xml
|
||||||
# .idea/dynamic.xml
|
.idea/**/dataSources.local.xml
|
||||||
# .idea/uiDesigner.xml
|
.idea/**/sqlDataSources.xml
|
||||||
|
.idea/**/dynamic.xml
|
||||||
|
.idea/**/uiDesigner.xml
|
||||||
|
|
||||||
# Gradle:
|
# Gradle:
|
||||||
# .idea/gradle.xml
|
.idea/**/gradle.xml
|
||||||
# .idea/libraries
|
.idea/**/libraries
|
||||||
|
|
||||||
# Mongo Explorer plugin:
|
# Mongo Explorer plugin:
|
||||||
# .idea/mongoSettings.xml
|
.idea/**/mongoSettings.xml
|
||||||
|
|
||||||
## File-based project format:
|
## File-based project format:
|
||||||
*.ipr
|
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
## Plugin-specific files:
|
## Plugin-specific files:
|
||||||
|
@ -40,7 +36,11 @@
|
||||||
# JIRA plugin
|
# JIRA plugin
|
||||||
atlassian-ide-plugin.xml
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
|
# Cursive Clojure plugin
|
||||||
|
.idea/replstate.xml
|
||||||
|
|
||||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||||
com_crashlytics_export_strings.xml
|
com_crashlytics_export_strings.xml
|
||||||
crashlytics.properties
|
crashlytics.properties
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
|
fabric.properties
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
/administrator/components/com_search/*
|
/administrator/components/com_search/*
|
||||||
/administrator/components/com_templates/*
|
/administrator/components/com_templates/*
|
||||||
/administrator/components/com_users/*
|
/administrator/components/com_users/*
|
||||||
/administrator/components/com_weblinks/*
|
|
||||||
/administrator/components/index.html
|
|
||||||
/administrator/help/*
|
/administrator/help/*
|
||||||
/administrator/includes/*
|
/administrator/includes/*
|
||||||
/administrator/language/en-GB/en-GB.com_ajax.ini
|
/administrator/language/en-GB/en-GB.com_ajax.ini
|
||||||
|
@ -41,7 +39,6 @@
|
||||||
/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini
|
/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_postinstall.ini
|
/administrator/language/en-GB/en-GB.com_postinstall.ini
|
||||||
/administrator/language/en-GB/en-GB.com_postinstall.sys.ini
|
/administrator/language/en-GB/en-GB.com_postinstall.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.com_tags.ini
|
/administrator/language/en-GB/en-GB.com_tags.ini
|
||||||
/administrator/language/en-GB/en-GB.com_tags.sys.ini
|
/administrator/language/en-GB/en-GB.com_tags.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.mod_stats_admin.ini
|
/administrator/language/en-GB/en-GB.mod_stats_admin.ini
|
||||||
|
@ -52,6 +49,7 @@
|
||||||
/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini
|
/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_finder.ini
|
/administrator/language/en-GB/en-GB.plg_content_finder.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini
|
/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_editors-xtd_module*
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_categories.ini
|
/administrator/language/en-GB/en-GB.plg_finder_categories.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini
|
/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_contacts.ini
|
/administrator/language/en-GB/en-GB.plg_finder_contacts.ini
|
||||||
|
@ -64,6 +62,10 @@
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini
|
/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini
|
/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini
|
/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_folderinstaller*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_packageinstaller*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_packageinstaller
|
||||||
|
/administrator/language/en-GB/en-GB.plg_installer_urlinstaller*
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini
|
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini
|
/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini
|
/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini
|
||||||
|
@ -72,6 +74,8 @@
|
||||||
/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini
|
/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_languagecode.ini
|
/administrator/language/en-GB/en-GB.plg_system_languagecode.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini
|
/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini
|
||||||
|
/administrator/language/en-GB/en-GB.plg_system_stats*
|
||||||
|
/administrator/language/en-GB/en-GB.plg_system_updatenotification*
|
||||||
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini
|
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini
|
/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini
|
/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini
|
||||||
|
@ -243,14 +247,11 @@
|
||||||
/administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini
|
/administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_profile.ini
|
/administrator/language/en-GB/en-GB.plg_user_profile.ini
|
||||||
/administrator/language/en-GB/en-GB.plg_user_profile.sys.ini
|
/administrator/language/en-GB/en-GB.plg_user_profile.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.tpl_bluestork.ini
|
|
||||||
/administrator/language/en-GB/en-GB.tpl_bluestork.sys.ini
|
|
||||||
/administrator/language/en-GB/en-GB.tpl_hathor.ini
|
/administrator/language/en-GB/en-GB.tpl_hathor.ini
|
||||||
/administrator/language/en-GB/en-GB.tpl_hathor.sys.ini
|
/administrator/language/en-GB/en-GB.tpl_hathor.sys.ini
|
||||||
/administrator/language/en-GB/en-GB.xml
|
/administrator/language/en-GB/en-GB.xml
|
||||||
/administrator/language/en-GB/index.html
|
|
||||||
/administrator/language/overrides/*
|
/administrator/language/overrides/*
|
||||||
/administrator/language/index.html
|
/administrator/logs/index.html
|
||||||
/administrator/manifests/*
|
/administrator/manifests/*
|
||||||
/administrator/modules/mod_custom/*
|
/administrator/modules/mod_custom/*
|
||||||
/administrator/modules/mod_feed/*
|
/administrator/modules/mod_feed/*
|
||||||
|
@ -269,12 +270,9 @@
|
||||||
/administrator/modules/mod_unread/*
|
/administrator/modules/mod_unread/*
|
||||||
/administrator/modules/mod_version/*
|
/administrator/modules/mod_version/*
|
||||||
/administrator/modules/mod_stats_admin/*
|
/administrator/modules/mod_stats_admin/*
|
||||||
/administrator/modules/index.html
|
|
||||||
/administrator/templates/bluestork/*
|
|
||||||
/administrator/templates/isis/*
|
/administrator/templates/isis/*
|
||||||
/administrator/templates/hathor/*
|
/administrator/templates/hathor/*
|
||||||
/administrator/templates/system/*
|
/administrator/templates/system/*
|
||||||
/administrator/templates/index.html
|
|
||||||
/administrator/index.php
|
/administrator/index.php
|
||||||
/cache/*
|
/cache/*
|
||||||
/bin/*
|
/bin/*
|
||||||
|
@ -289,13 +287,14 @@
|
||||||
/components/com_finder/*
|
/components/com_finder/*
|
||||||
/components/com_mailto/*
|
/components/com_mailto/*
|
||||||
/components/com_media/*
|
/components/com_media/*
|
||||||
|
/components/com_modules/*
|
||||||
/components/com_newsfeeds/*
|
/components/com_newsfeeds/*
|
||||||
/components/com_search/*
|
/components/com_search/*
|
||||||
/components/com_users/*
|
/components/com_users/*
|
||||||
/components/com_weblinks/*
|
|
||||||
/components/com_wrapper/*
|
/components/com_wrapper/*
|
||||||
/components/index.html
|
/components/index.html
|
||||||
/images/banners/*
|
/images/banners/*
|
||||||
|
/images/headers/*
|
||||||
/images/sampledata/*
|
/images/sampledata/*
|
||||||
/images/joomla*
|
/images/joomla*
|
||||||
/images/index.html
|
/images/index.html
|
||||||
|
@ -309,6 +308,7 @@
|
||||||
/language/en-GB/en-GB.com_tags.ini
|
/language/en-GB/en-GB.com_tags.ini
|
||||||
/language/en-GB/en-GB.finder_cli.ini
|
/language/en-GB/en-GB.finder_cli.ini
|
||||||
/language/en-GB/en-GB.lib_fof.sys.ini
|
/language/en-GB/en-GB.lib_fof.sys.ini
|
||||||
|
/language/en-GB/en-GB.lib_fof.ini
|
||||||
/language/en-GB/en-GB.com_content.ini
|
/language/en-GB/en-GB.com_content.ini
|
||||||
/language/en-GB/en-GB.lib_idna_convert.sys.ini
|
/language/en-GB/en-GB.lib_idna_convert.sys.ini
|
||||||
/language/en-GB/en-GB.com_mailto.ini
|
/language/en-GB/en-GB.com_mailto.ini
|
||||||
|
@ -391,32 +391,47 @@
|
||||||
/language/en-GB/en-GB.tpl_beez5.ini
|
/language/en-GB/en-GB.tpl_beez5.ini
|
||||||
/language/en-GB/en-GB.tpl_beez5.sys.ini
|
/language/en-GB/en-GB.tpl_beez5.sys.ini
|
||||||
/language/en-GB/en-GB.xml
|
/language/en-GB/en-GB.xml
|
||||||
/language/en-GB/index.html
|
|
||||||
/language/en-GB/install.xml
|
/language/en-GB/install.xml
|
||||||
/language/overrides/*
|
/language/overrides/*
|
||||||
/language/index.html
|
/language/index.html
|
||||||
|
/layouts/joomla/*
|
||||||
|
/layouts/libraries/*
|
||||||
|
/layouts/plugins/*
|
||||||
|
/layouts/index.html
|
||||||
/libraries/cms.php
|
/libraries/cms.php
|
||||||
/libraries/cms/*
|
/libraries/cms/*
|
||||||
|
/libraries/fof/*
|
||||||
|
/libraries/idna_convert/*
|
||||||
/libraries/joomla/*
|
/libraries/joomla/*
|
||||||
|
/libraries/legacy/*
|
||||||
|
/libraries/php-encryption/*
|
||||||
|
/libraries/phpass/*
|
||||||
/libraries/phpmailer/*
|
/libraries/phpmailer/*
|
||||||
/libraries/phputf8/*
|
/libraries/phputf8/*
|
||||||
/libraries/simplepie/*
|
/libraries/simplepie/*
|
||||||
|
/libraries/vendor/*
|
||||||
|
/libraries/classmap.php
|
||||||
|
/libraries/import.legacy.php
|
||||||
/libraries/index.html
|
/libraries/index.html
|
||||||
/libraries/import.php
|
/libraries/import.php
|
||||||
/libraries/loader.php
|
/libraries/loader.php
|
||||||
/libraries/platform.php
|
|
||||||
/logs/*
|
|
||||||
/media/cms/*
|
/media/cms/*
|
||||||
|
/media/com_contenthistory/*
|
||||||
/media/com_finder/*
|
/media/com_finder/*
|
||||||
|
/media/com_joomlaupdate/*
|
||||||
|
/media/com_wrapper/*
|
||||||
/media/contacts/*
|
/media/contacts/*
|
||||||
/media/editors/*
|
/media/editors/*
|
||||||
|
/media/jui/*
|
||||||
/media/mailto/*
|
/media/mailto/*
|
||||||
/media/media/*
|
/media/media/*
|
||||||
/media/mod_languages/*
|
/media/mod_languages/*
|
||||||
/media/overrider/*
|
/media/overrider/*
|
||||||
|
/media/plg_captcha_recaptcha/*
|
||||||
/media/plg_quickicon_extensionupdate/*
|
/media/plg_quickicon_extensionupdate/*
|
||||||
/media/plg_quickicon_joomlaupdate/*
|
/media/plg_quickicon_joomlaupdate/*
|
||||||
/media/plg_system_highlight/*
|
/media/plg_system_highlight/*
|
||||||
|
/media/plg_system_stats/*
|
||||||
/media/system/*
|
/media/system/*
|
||||||
/media/index.html
|
/media/index.html
|
||||||
/modules/mod_articles_archive/*
|
/modules/mod_articles_archive/*
|
||||||
|
@ -439,8 +454,9 @@
|
||||||
/modules/mod_search/*
|
/modules/mod_search/*
|
||||||
/modules/mod_stats/*
|
/modules/mod_stats/*
|
||||||
/modules/mod_syndicate/*
|
/modules/mod_syndicate/*
|
||||||
|
/modules/mod_tags_popular/*
|
||||||
|
/modules/mod_tags_similar/*
|
||||||
/modules/mod_users_latest/*
|
/modules/mod_users_latest/*
|
||||||
/modules/mod_weblinks/*
|
|
||||||
/modules/mod_whosonline/*
|
/modules/mod_whosonline/*
|
||||||
/modules/mod_wrapper/*
|
/modules/mod_wrapper/*
|
||||||
/modules/index.html
|
/modules/index.html
|
||||||
|
@ -448,9 +464,8 @@
|
||||||
/plugins/authentication/gmail/*
|
/plugins/authentication/gmail/*
|
||||||
/plugins/authentication/joomla/*
|
/plugins/authentication/joomla/*
|
||||||
/plugins/authentication/ldap/*
|
/plugins/authentication/ldap/*
|
||||||
/plugins/authentication/index.html
|
/plugins/authentication/cookie/*
|
||||||
/plugins/captcha/recaptcha/*
|
/plugins/captcha/recaptcha/*
|
||||||
/plugins/captcha/index.html
|
|
||||||
/plugins/content/emailcloak/*
|
/plugins/content/emailcloak/*
|
||||||
/plugins/content/example/*
|
/plugins/content/example/*
|
||||||
/plugins/content/finder/*
|
/plugins/content/finder/*
|
||||||
|
@ -461,26 +476,21 @@
|
||||||
/plugins/content/pagenavigation/*
|
/plugins/content/pagenavigation/*
|
||||||
/plugins/content/vote/*
|
/plugins/content/vote/*
|
||||||
/plugins/content/contact/*
|
/plugins/content/contact/*
|
||||||
/plugins/content/index.html
|
|
||||||
/plugins/editors/codemirror/*
|
/plugins/editors/codemirror/*
|
||||||
/plugins/editors/none/*
|
/plugins/editors/none/*
|
||||||
/plugins/editors/tinymce/*
|
/plugins/editors/tinymce/*
|
||||||
/plugins/editors/index.html
|
/plugins/editors-xtd/module/*
|
||||||
/plugins/editors-xtd/article/*
|
/plugins/editors-xtd/article/*
|
||||||
/plugins/editors-xtd/image/*
|
/plugins/editors-xtd/image/*
|
||||||
/plugins/editors-xtd/pagebreak/*
|
/plugins/editors-xtd/pagebreak/*
|
||||||
/plugins/editors-xtd/readmore/*
|
/plugins/editors-xtd/readmore/*
|
||||||
/plugins/editors-xtd/index.html
|
|
||||||
/plugins/extension/example/*
|
/plugins/extension/example/*
|
||||||
/plugins/extension/joomla/*
|
/plugins/extension/joomla/*
|
||||||
/plugins/extension/index.html
|
|
||||||
/plugins/finder/index.html
|
|
||||||
/plugins/finder/categories/*
|
/plugins/finder/categories/*
|
||||||
/plugins/finder/contacts/*
|
/plugins/finder/contacts/*
|
||||||
/plugins/finder/content/*
|
/plugins/finder/content/*
|
||||||
/plugins/finder/newsfeeds/*
|
/plugins/finder/newsfeeds/*
|
||||||
/plugins/finder/tags/*
|
/plugins/finder/tags/*
|
||||||
/plugins/finder/weblinks/*
|
|
||||||
/plugins/installer/*
|
/plugins/installer/*
|
||||||
/plugins/quickicon/extensionupdate/*
|
/plugins/quickicon/extensionupdate/*
|
||||||
/plugins/quickicon/joomlaupdate/*
|
/plugins/quickicon/joomlaupdate/*
|
||||||
|
@ -503,6 +513,8 @@
|
||||||
/plugins/system/redirect/*
|
/plugins/system/redirect/*
|
||||||
/plugins/system/remember/*
|
/plugins/system/remember/*
|
||||||
/plugins/system/sef/*
|
/plugins/system/sef/*
|
||||||
|
/plugins/system/stats/*
|
||||||
|
/plugins/system/updatenotification/*
|
||||||
/plugins/system/index.html
|
/plugins/system/index.html
|
||||||
/plugins/twofactorauth/*
|
/plugins/twofactorauth/*
|
||||||
/plugins/user/contactcreator/*
|
/plugins/user/contactcreator/*
|
||||||
|
@ -511,10 +523,7 @@
|
||||||
/plugins/user/profile/*
|
/plugins/user/profile/*
|
||||||
/plugins/user/index.html
|
/plugins/user/index.html
|
||||||
/plugins/index.html
|
/plugins/index.html
|
||||||
/templates/atomic/*
|
|
||||||
/templates/beez3/*
|
/templates/beez3/*
|
||||||
/templates/beez_20/*
|
|
||||||
/templates/beez5/*
|
|
||||||
/templates/protostar/*
|
/templates/protostar/*
|
||||||
/templates/system/*
|
/templates/system/*
|
||||||
/templates/index.html
|
/templates/index.html
|
||||||
|
@ -523,3 +532,4 @@
|
||||||
/index.php
|
/index.php
|
||||||
/joomla.xml
|
/joomla.xml
|
||||||
/*.txt
|
/*.txt
|
||||||
|
/robots.txt.dist
|
||||||
|
|
4
options/gitignore/Julia
Normal file
4
options/gitignore/Julia
Normal file
|
@ -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
|
# Temporary files
|
||||||
*.000
|
*.000
|
||||||
*.bak
|
*.bak
|
||||||
*.bck
|
*.bck
|
||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.tmp
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
|
|
||||||
# Autorouter files (exported from Pcbnew)
|
# 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.php
|
.env.php
|
||||||
.env
|
.env
|
||||||
|
Homestead.yaml
|
||||||
|
Homestead.json
|
||||||
|
|
||||||
|
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
|
||||||
|
.rocketeer/
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
pom.xml
|
pom.xml
|
||||||
pom.xml.asc
|
pom.xml.asc
|
||||||
*jar
|
*.jar
|
||||||
|
*.class
|
||||||
/lib/
|
/lib/
|
||||||
/classes/
|
/classes/
|
||||||
/target/
|
/target/
|
||||||
|
|
|
@ -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
|
# KDE directory preferences
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
# Linux trash folder which might appear on any partition or disk
|
||||||
.Trash-*
|
.Trash-*
|
||||||
|
|
||||||
|
# .nfs files are created when an open file is removed but is still being accessed
|
||||||
|
.nfs*
|
||||||
|
|
|
@ -1,126 +1,16 @@
|
||||||
.htaccess.sample
|
#--------------------------#
|
||||||
.modgit/
|
# Magento Default Files #
|
||||||
.modman/
|
#--------------------------#
|
||||||
app/code/community/Phoenix/
|
|
||||||
app/code/community/Cm/
|
/app/etc/local.xml
|
||||||
app/code/core/
|
/media/*
|
||||||
app/design/adminhtml/default/default/
|
!/media/.htaccess
|
||||||
app/design/frontend/base/
|
!/media/customer/.htaccess
|
||||||
app/design/frontend/rwd/
|
!/media/dhl/logo.jpg
|
||||||
app/design/frontend/default/blank/
|
!/media/downloadable/.htaccess
|
||||||
app/design/frontend/default/default/
|
!/media/xmlconnect/custom/ok.gif
|
||||||
app/design/frontend/default/iphone/
|
!/media/xmlconnect/original/ok.gif
|
||||||
app/design/frontend/default/modern/
|
!/media/xmlconnect/system/ok.gif
|
||||||
app/design/frontend/enterprise/default
|
/var/*
|
||||||
app/design/install/
|
!/var/.htaccess
|
||||||
app/etc/modules/Enterprise_*
|
!/var/package/*.xml
|
||||||
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/
|
|
||||||
|
|
|
@ -14,3 +14,9 @@
|
||||||
|
|
||||||
# Simulink Code Generation
|
# Simulink Code Generation
|
||||||
slprj/
|
slprj/
|
||||||
|
|
||||||
|
# Session info
|
||||||
|
octave-workspace
|
||||||
|
|
||||||
|
# Simulink autosave extension
|
||||||
|
.autosave
|
||||||
|
|
|
@ -7,3 +7,6 @@ release.properties
|
||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
buildNumber.properties
|
buildNumber.properties
|
||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
|
|
||||||
|
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
|
||||||
|
!/.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
|
@ -8,3 +8,9 @@
|
||||||
|
|
||||||
# Excel Backup File
|
# Excel Backup File
|
||||||
*.xlk
|
*.xlk
|
||||||
|
|
||||||
|
# PowerPoint temporary
|
||||||
|
~$*.ppt*
|
||||||
|
|
||||||
|
# Visio autosave temporary files
|
||||||
|
*.~vsdx
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# For projects using nanoc (http://nanoc.ws/)
|
# For projects using Nanoc (http://nanoc.ws/)
|
||||||
|
|
||||||
# Default location for output, needs to match output_dir's value found in config.yaml
|
# Default location for output (needs to match output_dir's value found in nanoc.yaml)
|
||||||
output/
|
output/
|
||||||
|
|
||||||
# Temporary file directory
|
# Temporary file directory
|
||||||
|
|
|
@ -3,6 +3,4 @@ build/
|
||||||
nbbuild/
|
nbbuild/
|
||||||
dist/
|
dist/
|
||||||
nbdist/
|
nbdist/
|
||||||
nbactions.xml
|
|
||||||
nb-configuration.xml
|
|
||||||
.nb-gradle/
|
.nb-gradle/
|
||||||
|
|
|
@ -2,11 +2,14 @@
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
*.pid
|
*.pid
|
||||||
*.seed
|
*.seed
|
||||||
|
*.pid.lock
|
||||||
|
|
||||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||||
lib-cov
|
lib-cov
|
||||||
|
@ -14,15 +17,43 @@ lib-cov
|
||||||
# Coverage directory used by tools like istanbul
|
# Coverage directory used by tools like istanbul
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
|
# nyc test coverage
|
||||||
|
.nyc_output
|
||||||
|
|
||||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
.grunt
|
.grunt
|
||||||
|
|
||||||
|
# Bower dependency directory (https://bower.io/)
|
||||||
|
bower_components
|
||||||
|
|
||||||
# node-waf configuration
|
# node-waf configuration
|
||||||
.lock-wscript
|
.lock-wscript
|
||||||
|
|
||||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||||
build/Release
|
build/Release
|
||||||
|
|
||||||
# Dependency directory
|
# Dependency directories
|
||||||
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
node_modules/
|
||||||
node_modules
|
jspm_packages/
|
||||||
|
|
||||||
|
# Typescript v1 declaration files
|
||||||
|
typings/
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Optional eslint cache
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
|
# Optional REPL history
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
|
# Output of 'npm pack'
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
# Yarn Integrity file
|
||||||
|
.yarn-integrity
|
||||||
|
|
||||||
|
# dotenv environment variables file
|
||||||
|
.env
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## Build generated
|
## Build generated
|
||||||
build/
|
build/
|
||||||
DerivedData
|
DerivedData/
|
||||||
|
|
||||||
## Various settings
|
## Various settings
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
|
@ -15,25 +15,26 @@ DerivedData
|
||||||
!default.mode2v3
|
!default.mode2v3
|
||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
xcuserdata
|
xcuserdata/
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
*.xccheckout
|
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
*.xcuserstate
|
*.xccheckout
|
||||||
*.xcscmblueprint
|
*.xcscmblueprint
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
*.ipa
|
*.ipa
|
||||||
|
*.dSYM.zip
|
||||||
|
*.dSYM
|
||||||
|
|
||||||
# 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-check-the-pods-directory-into-source-control
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
||||||
#
|
#
|
||||||
#Pods/
|
# Pods/
|
||||||
|
|
||||||
# Carthage
|
# Carthage
|
||||||
#
|
#
|
||||||
|
@ -41,3 +42,22 @@ xcuserdata
|
||||||
# Carthage/Checkouts
|
# Carthage/Checkouts
|
||||||
|
|
||||||
Carthage/Build
|
Carthage/Build
|
||||||
|
|
||||||
|
# fastlane
|
||||||
|
#
|
||||||
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
||||||
|
# screenshots whenever they are needed.
|
||||||
|
# For more information about the recommended setup visit:
|
||||||
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
||||||
|
|
||||||
|
fastlane/report.xml
|
||||||
|
fastlane/Preview.html
|
||||||
|
fastlane/screenshots
|
||||||
|
fastlane/test_output
|
||||||
|
|
||||||
|
# Code Injection
|
||||||
|
#
|
||||||
|
# After new code Injection tools there's a generated folder /iOSInjectionProject
|
||||||
|
# https://github.com/johnno1962/injectionforxcode
|
||||||
|
|
||||||
|
iOSInjectionProject/
|
||||||
|
|
|
@ -9,3 +9,12 @@ image/data/
|
||||||
image/cache/
|
image/cache/
|
||||||
system/cache/
|
system/cache/
|
||||||
system/logs/
|
system/logs/
|
||||||
|
|
||||||
|
system/storage/
|
||||||
|
|
||||||
|
# vQmod log files
|
||||||
|
vqmod/logs/*
|
||||||
|
# vQmod cache files
|
||||||
|
vqmod/vqcache/*
|
||||||
|
vqmod/checked.cache
|
||||||
|
vqmod/mods.cache
|
||||||
|
|
1
options/gitignore/Otto
Normal file
1
options/gitignore/Otto
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.otto/
|
|
@ -1,20 +1,35 @@
|
||||||
/blib/
|
|
||||||
/.build/
|
|
||||||
_build/
|
|
||||||
cover_db/
|
|
||||||
inc/
|
|
||||||
Build
|
|
||||||
!Build/
|
!Build/
|
||||||
Build.bat
|
|
||||||
.last_cover_stats
|
.last_cover_stats
|
||||||
/Makefile
|
|
||||||
/Makefile.old
|
|
||||||
/MANIFEST.bak
|
|
||||||
/META.yml
|
/META.yml
|
||||||
/META.json
|
/META.json
|
||||||
/MYMETA.*
|
/MYMETA.*
|
||||||
nytprof.out
|
|
||||||
/pm_to_blib
|
|
||||||
*.o
|
*.o
|
||||||
|
*.pm.tdy
|
||||||
*.bs
|
*.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/
|
/_eumm/
|
||||||
|
/*.gz
|
||||||
|
/Makefile
|
||||||
|
/Makefile.old
|
||||||
|
/MANIFEST.bak
|
||||||
|
/pm_to_blib
|
||||||
|
/*.zip
|
||||||
|
|
|
@ -11,7 +11,6 @@ bin/
|
||||||
tmp/
|
tmp/
|
||||||
test-result
|
test-result
|
||||||
server.pid
|
server.pid
|
||||||
*.iml
|
|
||||||
*.eml
|
*.eml
|
||||||
/dist/
|
/dist/
|
||||||
.cache
|
.cache
|
||||||
|
|
|
@ -7,9 +7,16 @@ config/settings.*.php
|
||||||
# The following files are generated by PrestaShop.
|
# The following files are generated by PrestaShop.
|
||||||
|
|
||||||
admin-dev/autoupgrade/
|
admin-dev/autoupgrade/
|
||||||
cache/
|
/cache/
|
||||||
|
!/cache/index.php
|
||||||
|
!/cache/cachefs/index.php
|
||||||
|
!/cache/purifier/index.php
|
||||||
|
!/cache/push/index.php
|
||||||
|
!/cache/sandbox/index.php
|
||||||
|
!/cache/smarty/index.php
|
||||||
|
!/cache/tcpdf/index.php
|
||||||
config/xml/*.xml
|
config/xml/*.xml
|
||||||
log/
|
/log/*
|
||||||
*sitemap.xml
|
*sitemap.xml
|
||||||
themes/*/cache/
|
themes/*/cache/
|
||||||
modules/*/config*.xml
|
modules/*/config*.xml
|
||||||
|
@ -21,5 +28,5 @@ admin-dev/backups/
|
||||||
admin-dev/export/
|
admin-dev/export/
|
||||||
admin-dev/import/
|
admin-dev/import/
|
||||||
download/
|
download/
|
||||||
img/
|
/img/*
|
||||||
upload/
|
upload/
|
||||||
|
|
8
options/gitignore/PureScript
Normal file
8
options/gitignore/PureScript
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Dependencies
|
||||||
|
.psci_modules
|
||||||
|
bower_components
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Generated files
|
||||||
|
.psci
|
||||||
|
output
|
|
@ -20,6 +20,7 @@ lib64/
|
||||||
parts/
|
parts/
|
||||||
sdist/
|
sdist/
|
||||||
var/
|
var/
|
||||||
|
wheels/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
|
@ -43,6 +44,7 @@ htmlcov/
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
*,cover
|
*,cover
|
||||||
|
.hypothesis/
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
@ -50,9 +52,43 @@ coverage.xml
|
||||||
|
|
||||||
# Django stuff:
|
# Django stuff:
|
||||||
*.log
|
*.log
|
||||||
|
local_settings.py
|
||||||
|
|
||||||
|
# Flask stuff:
|
||||||
|
instance/
|
||||||
|
.webassets-cache
|
||||||
|
|
||||||
|
# Scrapy stuff:
|
||||||
|
.scrapy
|
||||||
|
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
||||||
# PyBuilder
|
# PyBuilder
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# Jupyter Notebook
|
||||||
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
# pyenv
|
||||||
|
.python-version
|
||||||
|
|
||||||
|
# celery beat schedule file
|
||||||
|
celerybeat-schedule
|
||||||
|
|
||||||
|
# SageMath parsed files
|
||||||
|
*.sage.py
|
||||||
|
|
||||||
|
# dotenv
|
||||||
|
.env
|
||||||
|
|
||||||
|
# virtualenv
|
||||||
|
.venv
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
|
||||||
|
# Spyder project settings
|
||||||
|
.spyderproject
|
||||||
|
|
||||||
|
# Rope project settings
|
||||||
|
.ropeproject
|
||||||
|
|
|
@ -23,12 +23,16 @@ moc_*.cpp
|
||||||
qrc_*.cpp
|
qrc_*.cpp
|
||||||
ui_*.h
|
ui_*.h
|
||||||
Makefile*
|
Makefile*
|
||||||
*-build-*
|
*build-*
|
||||||
|
|
||||||
# QtCreator
|
# QtCreator
|
||||||
|
|
||||||
*.autosave
|
*.autosave
|
||||||
|
|
||||||
#QtCtreator Qml
|
# QtCtreator Qml
|
||||||
*.qmlproject.user
|
*.qmlproject.user
|
||||||
*.qmlproject.user.*
|
*.qmlproject.user.*
|
||||||
|
|
||||||
|
# QtCtreator CMake
|
||||||
|
CMakeLists.txt.user*
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,18 @@
|
||||||
.Rhistory
|
.Rhistory
|
||||||
.Rapp.history
|
.Rapp.history
|
||||||
|
|
||||||
|
# Session Data files
|
||||||
|
.RData
|
||||||
|
|
||||||
# Example code in package build process
|
# Example code in package build process
|
||||||
*-Ex.R
|
*-Ex.R
|
||||||
|
|
||||||
|
# Output files from R CMD build
|
||||||
|
/*.tar.gz
|
||||||
|
|
||||||
|
# Output files from R CMD check
|
||||||
|
/*.Rcheck/
|
||||||
|
|
||||||
# RStudio files
|
# RStudio files
|
||||||
.Rproj.user/
|
.Rproj.user/
|
||||||
|
|
||||||
|
@ -14,3 +23,11 @@ vignettes/*.pdf
|
||||||
|
|
||||||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
||||||
.httr-oauth
|
.httr-oauth
|
||||||
|
|
||||||
|
# knitr and R markdown default cache directories
|
||||||
|
/*_cache/
|
||||||
|
/cache/
|
||||||
|
|
||||||
|
# Temporary files created by R markdown
|
||||||
|
*.utf8.md
|
||||||
|
*.knit.md
|
||||||
|
|
|
@ -12,15 +12,21 @@ capybara-*.html
|
||||||
rerun.txt
|
rerun.txt
|
||||||
pickle-email-*.html
|
pickle-email-*.html
|
||||||
|
|
||||||
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
|
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
||||||
config/initializers/secret_token.rb
|
config/initializers/secret_token.rb
|
||||||
config/secrets.yml
|
|
||||||
|
|
||||||
## Environment normalisation:
|
# Only include if you have production secrets in this file, which is no longer a Rails default
|
||||||
|
# config/secrets.yml
|
||||||
|
|
||||||
|
# dotenv
|
||||||
|
# TODO Comment out this rule if environment variables can be committed
|
||||||
|
.env
|
||||||
|
|
||||||
|
## Environment normalization:
|
||||||
/.bundle
|
/.bundle
|
||||||
/vendor/bundle
|
/vendor/bundle
|
||||||
|
|
||||||
# these should all be checked in to normalise the environment:
|
# these should all be checked in to normalize the environment:
|
||||||
# Gemfile.lock, .ruby-version, .ruby-gemset
|
# Gemfile.lock, .ruby-version, .ruby-gemset
|
||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||||
|
@ -33,3 +39,6 @@ bower.json
|
||||||
|
|
||||||
# Ignore pow environment settings
|
# Ignore pow environment settings
|
||||||
.powenv
|
.powenv
|
||||||
|
|
||||||
|
# Ignore Byebug command history file.
|
||||||
|
.byebug_history
|
||||||
|
|
|
@ -10,10 +10,24 @@
|
||||||
/test/version_tmp/
|
/test/version_tmp/
|
||||||
/tmp/
|
/tmp/
|
||||||
|
|
||||||
|
# Used by dotenv library to load environment variables.
|
||||||
|
# .env
|
||||||
|
|
||||||
## Specific to RubyMotion:
|
## Specific to RubyMotion:
|
||||||
.dat*
|
.dat*
|
||||||
.repl_history
|
.repl_history
|
||||||
build/
|
build/
|
||||||
|
*.bridgesupport
|
||||||
|
build-iPhoneOS/
|
||||||
|
build-iPhoneSimulator/
|
||||||
|
|
||||||
|
## Specific to RubyMotion (use of CocoaPods):
|
||||||
|
#
|
||||||
|
# We recommend against adding the Pods directory to your .gitignore. However
|
||||||
|
# you should judge for yourself, the pros and cons are mentioned at:
|
||||||
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
||||||
|
#
|
||||||
|
# vendor/Pods/
|
||||||
|
|
||||||
## Documentation cache and generated files:
|
## Documentation cache and generated files:
|
||||||
/.yardoc/
|
/.yardoc/
|
||||||
|
@ -21,7 +35,7 @@ build/
|
||||||
/doc/
|
/doc/
|
||||||
/rdoc/
|
/rdoc/
|
||||||
|
|
||||||
## Environment normalisation:
|
## Environment normalization:
|
||||||
/.bundle/
|
/.bundle/
|
||||||
/vendor/bundle
|
/vendor/bundle
|
||||||
/lib/bundler/man/
|
/lib/bundler/man/
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
# Compiled files
|
|
||||||
*.o
|
|
||||||
*.so
|
|
||||||
*.rlib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
# Generated by Cargo
|
# Generated by Cargo
|
||||||
|
# will have compiled files and executables
|
||||||
/target/
|
/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
|
# Simple Build Tool
|
||||||
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
|
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
|
||||||
|
|
||||||
|
dist/*
|
||||||
target/
|
target/
|
||||||
lib_managed/
|
lib_managed/
|
||||||
src_managed/
|
src_managed/
|
||||||
project/boot/
|
project/boot/
|
||||||
|
project/plugins/project/
|
||||||
.history
|
.history
|
||||||
.cache
|
.cache
|
||||||
|
.lib/
|
||||||
|
|
|
@ -1,17 +1,2 @@
|
||||||
*.class
|
*.class
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# sbt specific
|
|
||||||
.cache
|
|
||||||
.history
|
|
||||||
.lib/
|
|
||||||
dist/*
|
|
||||||
target/
|
|
||||||
lib_managed/
|
|
||||||
src_managed/
|
|
||||||
project/boot/
|
|
||||||
project/plugins/project/
|
|
||||||
|
|
||||||
# Scala-IDE specific
|
|
||||||
.scala_dependencies
|
|
||||||
.worksheet
|
|
||||||
|
|
7
options/gitignore/Scheme
Normal file
7
options/gitignore/Scheme
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
*.ss~
|
||||||
|
*.ss#*
|
||||||
|
.#*.ss
|
||||||
|
|
||||||
|
*.scm~
|
||||||
|
*.scm#*
|
||||||
|
.#*.scm
|
18
options/gitignore/Smalltalk
Normal file
18
options/gitignore/Smalltalk
Normal file
|
@ -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
|
24
options/gitignore/Stata
Normal file
24
options/gitignore/Stata
Normal file
|
@ -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
|
||||||
|
# *.pdf
|
||||||
|
# *.png
|
||||||
|
# *.tif
|
|
@ -12,3 +12,19 @@
|
||||||
|
|
||||||
# sftp configuration file
|
# sftp configuration file
|
||||||
sftp-config.json
|
sftp-config.json
|
||||||
|
|
||||||
|
# Package control specific files
|
||||||
|
Package Control.last-run
|
||||||
|
Package Control.ca-list
|
||||||
|
Package Control.ca-bundle
|
||||||
|
Package Control.system-ca-bundle
|
||||||
|
Package Control.cache/
|
||||||
|
Package Control.ca-certs/
|
||||||
|
Package Control.merged-ca-bundle
|
||||||
|
Package Control.user-ca-bundle
|
||||||
|
oscrypto-ca-bundle.crt
|
||||||
|
bh_unicode_properties.cache
|
||||||
|
|
||||||
|
# Sublime-github package stores a github token in this file
|
||||||
|
# https://packagecontrol.io/packages/sublime-github
|
||||||
|
GitHub.sublime-settings
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
# For development the cache directory can be safely ignored and
|
# For development the cache directory can be safely ignored and
|
||||||
# therefore it is ignored.
|
# therefore it is ignored.
|
||||||
/cache/
|
/cache/
|
||||||
|
!/cache/index.html
|
||||||
# Ignore some files and directories from the custom directory.
|
# Ignore some files and directories from the custom directory.
|
||||||
/custom/history/
|
/custom/history/
|
||||||
/custom/modulebuilder/
|
/custom/modulebuilder/
|
||||||
|
@ -22,4 +23,5 @@
|
||||||
*.log
|
*.log
|
||||||
# Ignore the new upload directories.
|
# Ignore the new upload directories.
|
||||||
/upload/
|
/upload/
|
||||||
|
!/upload/index.html
|
||||||
/upload_backup/
|
/upload_backup/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## Build generated
|
## Build generated
|
||||||
build/
|
build/
|
||||||
DerivedData
|
DerivedData/
|
||||||
|
|
||||||
## Various settings
|
## Various settings
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
|
@ -15,23 +15,35 @@ DerivedData
|
||||||
!default.mode2v3
|
!default.mode2v3
|
||||||
*.perspectivev3
|
*.perspectivev3
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
xcuserdata
|
xcuserdata/
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
*.xccheckout
|
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
*.xcuserstate
|
*.xccheckout
|
||||||
*.xcscmblueprint
|
*.xcscmblueprint
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
*.ipa
|
*.ipa
|
||||||
|
*.dSYM.zip
|
||||||
|
*.dSYM
|
||||||
|
|
||||||
|
## Playgrounds
|
||||||
|
timeline.xctimeline
|
||||||
|
playground.xcworkspace
|
||||||
|
|
||||||
|
# Swift Package Manager
|
||||||
|
#
|
||||||
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
||||||
|
# Packages/
|
||||||
|
# Package.pins
|
||||||
|
.build/
|
||||||
|
|
||||||
# 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
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
||||||
#
|
#
|
||||||
# Pods/
|
# Pods/
|
||||||
|
|
||||||
|
@ -41,3 +53,15 @@ xcuserdata
|
||||||
# Carthage/Checkouts
|
# Carthage/Checkouts
|
||||||
|
|
||||||
Carthage/Build
|
Carthage/Build
|
||||||
|
|
||||||
|
# fastlane
|
||||||
|
#
|
||||||
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
||||||
|
# screenshots whenever they are needed.
|
||||||
|
# For more information about the recommended setup visit:
|
||||||
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
||||||
|
|
||||||
|
fastlane/report.xml
|
||||||
|
fastlane/Preview.html
|
||||||
|
fastlane/screenshots
|
||||||
|
fastlane/test_output
|
||||||
|
|
|
@ -4,11 +4,16 @@
|
||||||
!app/cache/.gitkeep
|
!app/cache/.gitkeep
|
||||||
!app/logs/.gitkeep
|
!app/logs/.gitkeep
|
||||||
|
|
||||||
# Cache and logs (Symfony3)
|
# Email spool folder
|
||||||
|
/app/spool/*
|
||||||
|
|
||||||
|
# Cache, session files and logs (Symfony3)
|
||||||
/var/cache/*
|
/var/cache/*
|
||||||
/var/logs/*
|
/var/logs/*
|
||||||
|
/var/sessions/*
|
||||||
!var/cache/.gitkeep
|
!var/cache/.gitkeep
|
||||||
!var/logs/.gitkeep
|
!var/logs/.gitkeep
|
||||||
|
!var/sessions/.gitkeep
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
/app/config/parameters.yml
|
/app/config/parameters.yml
|
||||||
|
@ -20,7 +25,6 @@
|
||||||
/bin/*
|
/bin/*
|
||||||
!bin/console
|
!bin/console
|
||||||
!bin/symfony_requirements
|
!bin/symfony_requirements
|
||||||
/vendor/
|
|
||||||
|
|
||||||
# Assets and user uploads
|
# Assets and user uploads
|
||||||
/web/bundles/
|
/web/bundles/
|
||||||
|
@ -33,5 +37,5 @@
|
||||||
# Build data
|
# Build data
|
||||||
/build/
|
/build/
|
||||||
|
|
||||||
# Composer PHAR
|
# Backup entities generated with doctrine:generate:entities command
|
||||||
/composer.phar
|
**/Entity/*~
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
|
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
|
||||||
TAGS
|
TAGS
|
||||||
|
.TAGS
|
||||||
!TAGS/
|
!TAGS/
|
||||||
tags
|
tags
|
||||||
|
.tags
|
||||||
!tags/
|
!tags/
|
||||||
gtags.files
|
gtags.files
|
||||||
GTAGS
|
GTAGS
|
||||||
GRTAGS
|
GRTAGS
|
||||||
GPATH
|
GPATH
|
||||||
|
GSYMS
|
||||||
cscope.files
|
cscope.files
|
||||||
cscope.out
|
cscope.out
|
||||||
cscope.in.out
|
cscope.in.out
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
*.fls
|
*.fls
|
||||||
*.out
|
*.out
|
||||||
*.toc
|
*.toc
|
||||||
|
*.fmt
|
||||||
|
*.fot
|
||||||
|
*.cb
|
||||||
|
*.cb2
|
||||||
|
|
||||||
## Intermediate documents:
|
## Intermediate documents:
|
||||||
*.dvi
|
*.dvi
|
||||||
|
@ -15,25 +19,26 @@
|
||||||
# *.eps
|
# *.eps
|
||||||
# *.pdf
|
# *.pdf
|
||||||
|
|
||||||
|
## Generated if empty string is given at "Please type another file name for output:"
|
||||||
|
.pdf
|
||||||
|
|
||||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||||
*.bbl
|
*.bbl
|
||||||
*.bcf
|
*.bcf
|
||||||
*.blg
|
*.blg
|
||||||
*-blx.aux
|
*-blx.aux
|
||||||
*-blx.bib
|
*-blx.bib
|
||||||
*.brf
|
|
||||||
*.run.xml
|
*.run.xml
|
||||||
|
|
||||||
## Build tool auxiliary files:
|
## Build tool auxiliary files:
|
||||||
*.fdb_latexmk
|
*.fdb_latexmk
|
||||||
*.synctex
|
*.synctex
|
||||||
|
*.synctex(busy)
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.synctex.gz(busy)
|
*.synctex.gz(busy)
|
||||||
*.pdfsync
|
*.pdfsync
|
||||||
|
|
||||||
## Auxiliary and intermediate files from other packages:
|
## Auxiliary and intermediate files from other packages:
|
||||||
|
|
||||||
|
|
||||||
# algorithms
|
# algorithms
|
||||||
*.alg
|
*.alg
|
||||||
*.loa
|
*.loa
|
||||||
|
@ -46,11 +51,35 @@ acs-*.bib
|
||||||
|
|
||||||
# beamer
|
# beamer
|
||||||
*.nav
|
*.nav
|
||||||
|
*.pre
|
||||||
*.snm
|
*.snm
|
||||||
*.vrb
|
*.vrb
|
||||||
|
|
||||||
#(e)ledmac/(e)ledpar
|
# changes
|
||||||
|
*.soc
|
||||||
|
|
||||||
|
# cprotect
|
||||||
|
*.cpt
|
||||||
|
|
||||||
|
# elsarticle (documentclass of Elsevier journals)
|
||||||
|
*.spl
|
||||||
|
|
||||||
|
# endnotes
|
||||||
|
*.ent
|
||||||
|
|
||||||
|
# fixme
|
||||||
|
*.lox
|
||||||
|
|
||||||
|
# feynmf/feynmp
|
||||||
|
*.mf
|
||||||
|
*.mp
|
||||||
|
*.t[1-9]
|
||||||
|
*.t[1-9][0-9]
|
||||||
|
*.tfm
|
||||||
|
|
||||||
|
#(r)(e)ledmac/(r)(e)ledpar
|
||||||
*.end
|
*.end
|
||||||
|
*.?end
|
||||||
*.[1-9]
|
*.[1-9]
|
||||||
*.[1-9][0-9]
|
*.[1-9][0-9]
|
||||||
*.[1-9][0-9][0-9]
|
*.[1-9][0-9][0-9]
|
||||||
|
@ -70,15 +99,21 @@ acs-*.bib
|
||||||
*.glg
|
*.glg
|
||||||
*.glo
|
*.glo
|
||||||
*.gls
|
*.gls
|
||||||
|
*.glsdefs
|
||||||
|
|
||||||
# gnuplottex
|
# gnuplottex
|
||||||
*-gnuplottex-*
|
*-gnuplottex-*
|
||||||
|
|
||||||
|
# gregoriotex
|
||||||
|
*.gaux
|
||||||
|
*.gtex
|
||||||
|
|
||||||
# hyperref
|
# hyperref
|
||||||
*.brf
|
*.brf
|
||||||
|
|
||||||
# knitr
|
# knitr
|
||||||
*-concordance.tex
|
*-concordance.tex
|
||||||
|
# TODO Comment the next line if you want to keep your tikz graphics files
|
||||||
*.tikz
|
*.tikz
|
||||||
*-tikzDictionary
|
*-tikzDictionary
|
||||||
|
|
||||||
|
@ -93,9 +128,12 @@ acs-*.bib
|
||||||
|
|
||||||
# minitoc
|
# minitoc
|
||||||
*.maf
|
*.maf
|
||||||
*.mtc
|
*.mlf
|
||||||
*.mtc[0-9]
|
*.mlt
|
||||||
*.mtc[1-9][0-9]
|
*.mtc[0-9]*
|
||||||
|
*.slf[0-9]*
|
||||||
|
*.slt[0-9]*
|
||||||
|
*.stc[0-9]*
|
||||||
|
|
||||||
# minted
|
# minted
|
||||||
_minted*
|
_minted*
|
||||||
|
@ -104,22 +142,36 @@ _minted*
|
||||||
# morewrites
|
# morewrites
|
||||||
*.mw
|
*.mw
|
||||||
|
|
||||||
# mylatexformat
|
|
||||||
*.fmt
|
|
||||||
|
|
||||||
# nomencl
|
# nomencl
|
||||||
*.nlo
|
*.nlo
|
||||||
|
|
||||||
|
# pax
|
||||||
|
*.pax
|
||||||
|
|
||||||
# sagetex
|
# sagetex
|
||||||
*.sagetex.sage
|
*.sagetex.sage
|
||||||
*.sagetex.py
|
*.sagetex.py
|
||||||
*.sagetex.scmd
|
*.sagetex.scmd
|
||||||
|
|
||||||
|
# scrwfile
|
||||||
|
*.wrt
|
||||||
|
|
||||||
# sympy
|
# sympy
|
||||||
*.sout
|
*.sout
|
||||||
*.sympy
|
*.sympy
|
||||||
sympy-plots-for-*.tex/
|
sympy-plots-for-*.tex/
|
||||||
|
|
||||||
|
# pdfcomment
|
||||||
|
*.upa
|
||||||
|
*.upb
|
||||||
|
|
||||||
|
# pythontex
|
||||||
|
*.pytxcode
|
||||||
|
pythontex-files-*/
|
||||||
|
|
||||||
|
# thmtools
|
||||||
|
*.loe
|
||||||
|
|
||||||
# TikZ & PGF
|
# TikZ & PGF
|
||||||
*.dpth
|
*.dpth
|
||||||
*.md5
|
*.md5
|
||||||
|
@ -128,9 +180,38 @@ sympy-plots-for-*.tex/
|
||||||
# todonotes
|
# todonotes
|
||||||
*.tdo
|
*.tdo
|
||||||
|
|
||||||
|
# easy-todo
|
||||||
|
*.lod
|
||||||
|
|
||||||
# xindy
|
# xindy
|
||||||
*.xdy
|
*.xdy
|
||||||
|
|
||||||
|
# xypic precompiled matrices
|
||||||
|
*.xyc
|
||||||
|
|
||||||
|
# endfloat
|
||||||
|
*.ttt
|
||||||
|
*.fff
|
||||||
|
|
||||||
|
# Latexian
|
||||||
|
TSWLatexianTemp*
|
||||||
|
|
||||||
|
## Editors:
|
||||||
# WinEdt
|
# WinEdt
|
||||||
*.bak
|
*.bak
|
||||||
*.sav
|
*.sav
|
||||||
|
|
||||||
|
# Texpad
|
||||||
|
.texpadtmp
|
||||||
|
|
||||||
|
# Kile
|
||||||
|
*.backup
|
||||||
|
|
||||||
|
# KBibTeX
|
||||||
|
*~[0-9]*
|
||||||
|
|
||||||
|
# auto folder when using emacs and auctex
|
||||||
|
/auto/*
|
||||||
|
|
||||||
|
# expex forward references with \gathertags
|
||||||
|
*-tags.tex
|
||||||
|
|
6
options/gitignore/Terraform
Normal file
6
options/gitignore/Terraform
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Compiled files
|
||||||
|
*.tfstate
|
||||||
|
*.tfstate.backup
|
||||||
|
|
||||||
|
# Module directory
|
||||||
|
.terraform/
|
|
@ -1,5 +1,5 @@
|
||||||
## TYPO3 v6.2
|
## TYPO3 v6.2
|
||||||
# Ignore serveral upload and file directories.
|
# Ignore several upload and file directories.
|
||||||
/fileadmin/user_upload/
|
/fileadmin/user_upload/
|
||||||
/fileadmin/_temp_/
|
/fileadmin/_temp_/
|
||||||
/fileadmin/_processed_/
|
/fileadmin/_processed_/
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Note: VisualStudio gitignore rules may also be relevant
|
# Note: VisualStudio gitignore rules may also be relevant
|
||||||
|
|
||||||
|
# Umbraco
|
||||||
# Ignore unimportant folders generated by Umbraco
|
# Ignore unimportant folders generated by Umbraco
|
||||||
**/App_Data/ClientDependency/
|
|
||||||
**/App_Data/ExamineIndexes/
|
|
||||||
**/App_Data/Logs/
|
**/App_Data/Logs/
|
||||||
**/App_Data/[Pp]review/
|
**/App_Data/[Pp]review/
|
||||||
**/App_Data/TEMP/
|
**/App_Data/TEMP/
|
||||||
Cached/
|
**/App_Data/NuGetBackup/
|
||||||
|
|
||||||
# Ignore Umbraco content cache file
|
# Ignore Umbraco content cache file
|
||||||
**/App_Data/umbraco.config
|
**/App_Data/umbraco.config
|
||||||
|
@ -15,3 +14,6 @@ Cached/
|
||||||
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
||||||
!**/App_Data/[Pp]ackages/
|
!**/App_Data/[Pp]ackages/
|
||||||
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
|
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
|
||||||
|
|
||||||
|
# ImageProcessor DiskCache
|
||||||
|
**/App_Data/cache/
|
||||||
|
|
|
@ -2,8 +2,15 @@
|
||||||
/[Tt]emp/
|
/[Tt]emp/
|
||||||
/[Oo]bj/
|
/[Oo]bj/
|
||||||
/[Bb]uild/
|
/[Bb]uild/
|
||||||
|
/[Bb]uilds/
|
||||||
|
/Assets/AssetStoreTools*
|
||||||
|
|
||||||
# Autogenerated VS/MD solution and project files
|
# Visual Studio 2015 cache directory
|
||||||
|
/.vs/
|
||||||
|
|
||||||
|
# Autogenerated VS/MD/Consulo solution and project files
|
||||||
|
ExportedObj/
|
||||||
|
.consulo/
|
||||||
*.csproj
|
*.csproj
|
||||||
*.unityproj
|
*.unityproj
|
||||||
*.sln
|
*.sln
|
||||||
|
@ -13,9 +20,15 @@
|
||||||
*.userprefs
|
*.userprefs
|
||||||
*.pidb
|
*.pidb
|
||||||
*.booproj
|
*.booproj
|
||||||
|
*.svd
|
||||||
|
*.pdb
|
||||||
|
|
||||||
# Unity3D generated meta files
|
# Unity3D generated meta files
|
||||||
*.pidb.meta
|
*.pidb.meta
|
||||||
|
|
||||||
# Unity3D Generated File On Crash Reports
|
# Unity3D Generated File On Crash Reports
|
||||||
sysinfo.txt
|
sysinfo.txt
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
*.apk
|
||||||
|
*.unitypackage
|
||||||
|
|
70
options/gitignore/UnrealEngine
Normal file
70
options/gitignore/UnrealEngine
Normal file
|
@ -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]
|
# swap
|
||||||
[._]s[a-w][a-z]
|
[._]*.s[a-v][a-z]
|
||||||
*.un~
|
[._]*.sw[a-p]
|
||||||
|
[._]s[a-v][a-z]
|
||||||
|
[._]sw[a-p]
|
||||||
|
# session
|
||||||
Session.vim
|
Session.vim
|
||||||
|
# temporary
|
||||||
.netrwhist
|
.netrwhist
|
||||||
*~
|
*~
|
||||||
|
# auto-generated tag files
|
||||||
|
tags
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user