Browse Source
Synced gitignores with github repo (#1245)
Synced gitignores with github repo (#1245)
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github reporelease/v1.2
committed by
GitHub
111 changed files with 1212 additions and 592 deletions
-
0contrib/README
-
0contrib/autoboot.sh
-
0contrib/init/centos/gitea
-
0contrib/init/debian/gitea
-
0contrib/init/freebsd/gitea
-
0contrib/init/gentoo/gitea
-
0contrib/init/openbsd/gitea
-
0contrib/init/suse/gitea
-
0contrib/launchd/io.gitea.web.plist
-
0contrib/migrate/gogs_migrate.sh
-
0contrib/mysql.sql
-
0contrib/supervisor/gitea
-
0contrib/systemd/gitea.service
-
0contrib/windows/install-as-service.bat
-
8options/gitignore/Actionscript
-
25options/gitignore/Android
-
1options/gitignore/Ansible
-
19options/gitignore/Autotools
-
2options/gitignore/Bazaar
-
19options/gitignore/C
-
108options/gitignore/C Sharp
-
4options/gitignore/C++
-
3options/gitignore/CMake
-
2options/gitignore/CVS
-
14options/gitignore/CakePHP
-
10options/gitignore/Calabash
-
13options/gitignore/Clojure
-
11options/gitignore/CodeIgniter
-
14options/gitignore/CommonLisp
-
2options/gitignore/Composer
-
1options/gitignore/Concrete5
-
29options/gitignore/Coq
-
24options/gitignore/D
-
21options/gitignore/Dart
-
11options/gitignore/Delphi
-
4options/gitignore/Dreamweaver
-
4options/gitignore/Dropbox
-
2options/gitignore/Drupal
-
8options/gitignore/Eagle
-
25options/gitignore/Eclipse
-
2options/gitignore/EiffelStudio
-
6options/gitignore/Elisp
-
2options/gitignore/Elixir
-
4options/gitignore/Elm
-
13options/gitignore/Emacs
-
2options/gitignore/Erlang
-
8options/gitignore/ExtJs
-
114options/gitignore/FSharp
-
0options/gitignore/Fortran
-
23options/gitignore/FuelPHP
-
2options/gitignore/GPG
-
30options/gitignore/Go
-
8options/gitignore/Gradle
-
4options/gitignore/Haskell
-
2options/gitignore/IPythonNotebook
-
10options/gitignore/Java
-
38options/gitignore/JetBrains
-
62options/gitignore/Joomla
-
4options/gitignore/Julia
-
12options/gitignore/KiCAD
-
18options/gitignore/Laravel
-
3options/gitignore/Leiningen
-
6options/gitignore/Linux
-
142options/gitignore/Magento
-
6options/gitignore/Matlab
-
3options/gitignore/Maven
-
6options/gitignore/MicrosoftOffice
-
4options/gitignore/Nanoc
-
2options/gitignore/NetBeans
-
37options/gitignore/Node
-
32options/gitignore/Objective-C
-
9options/gitignore/OpenCart
-
1options/gitignore/Otto
-
39options/gitignore/Perl
-
1options/gitignore/PlayFramework
-
13options/gitignore/Prestashop
-
8options/gitignore/PureScript
-
36options/gitignore/Python
-
8options/gitignore/Qt
-
17options/gitignore/R
-
17options/gitignore/Rails
-
16options/gitignore/Ruby
-
17options/gitignore/Rust
-
3options/gitignore/SBT
-
15options/gitignore/Scala
-
7options/gitignore/Scheme
-
18options/gitignore/Smalltalk
-
24options/gitignore/Stata
-
16options/gitignore/SublimeText
-
2options/gitignore/SugarCRM
-
34options/gitignore/Swift
-
12options/gitignore/Symfony
-
3options/gitignore/Tags
-
101options/gitignore/TeX
-
6options/gitignore/Terraform
-
2options/gitignore/Typo3
-
8options/gitignore/Umbraco
-
15options/gitignore/Unity
-
70options/gitignore/UnrealEngine
-
12options/gitignore/Vim
@ -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 |