Merge all git ignores into single file
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
This commit is contained in:
parent
cc66ac8550
commit
4dbfcac786
57
.gitignore
vendored
57
.gitignore
vendored
@ -1,17 +1,22 @@
|
||||
# Directory for creating releases
|
||||
/release/
|
||||
|
||||
# Configuration files
|
||||
/config.inc.php
|
||||
/config.header.inc.php
|
||||
/config.footer.inc.php
|
||||
|
||||
# Upload/save dirs
|
||||
/upload/
|
||||
/save/
|
||||
/tmp/
|
||||
|
||||
# For setup script
|
||||
/config/
|
||||
|
||||
# ctags
|
||||
tags
|
||||
|
||||
# Editor files
|
||||
phpmyadmin.wpj
|
||||
.projectOptions
|
||||
@ -24,43 +29,93 @@ phpmyadmin.wpj
|
||||
.netbeans
|
||||
.vscode
|
||||
*.sw[op]
|
||||
|
||||
# Web server files
|
||||
web.config
|
||||
.htaccess
|
||||
|
||||
# Locales
|
||||
/locale/
|
||||
/resources/locale/
|
||||
|
||||
# Temporary files to generate locales for Twig
|
||||
/twig-templates/
|
||||
|
||||
# Backups
|
||||
*~
|
||||
|
||||
# API documentation
|
||||
/apidoc/
|
||||
/docs/_build
|
||||
/docs/doctrees
|
||||
/docs/html
|
||||
/docs/linkcheck/
|
||||
/docs/locale
|
||||
/docs/*.pyc
|
||||
/docs/*.swp
|
||||
|
||||
# Demo server
|
||||
revision-info.php
|
||||
|
||||
# PHP_CodeSniffer
|
||||
phpcs.xml
|
||||
.phpcs-cache
|
||||
|
||||
# PHPUnit
|
||||
.phpunit.result.cache
|
||||
phpunit.xml
|
||||
/tests/bootstrap.php
|
||||
.phpunit.result.cache
|
||||
/tests/gis/*-actual.json
|
||||
/tests/gis/*-actual.pdf
|
||||
/tests/gis/*-actual.png
|
||||
/tests/gis/*-actual.svg
|
||||
|
||||
# Jenkins
|
||||
/build/
|
||||
|
||||
# Netbeans ide stuff
|
||||
/nbproject/
|
||||
|
||||
# Eclipse ide stuff
|
||||
/.pydevproject
|
||||
|
||||
# Ant cache
|
||||
cache.properties
|
||||
|
||||
# Composer
|
||||
/vendor/
|
||||
|
||||
# NPM
|
||||
/node_modules/
|
||||
phpstan.neon
|
||||
|
||||
# Infection
|
||||
infection.json5
|
||||
/js/
|
||||
/setup/
|
||||
/themes/
|
||||
|
||||
# App
|
||||
/app/cache/*
|
||||
!/app/cache/.gitkeep
|
||||
/app/language_stats_inc.php
|
||||
|
||||
# public
|
||||
/public/js/*
|
||||
!/public/js/.gitkeep
|
||||
/public/setup/*.css
|
||||
/public/setup/*.css.map
|
||||
/public/themes
|
||||
!/public/themes/dot.gif
|
||||
!/public/themes/bootstrap/
|
||||
!/public/themes/metro/
|
||||
!/public/themes/original/
|
||||
!/public/themes/pmahomme/
|
||||
/public/themes/bootstrap/*.css
|
||||
/public/themes/bootstrap/*.css.map
|
||||
/public/themes/metro/*.css
|
||||
/public/themes/metro/*.css.map
|
||||
/public/themes/original/*.css
|
||||
/public/themes/original/*.css.map
|
||||
/public/themes/pmahomme/*.css
|
||||
/public/themes/pmahomme/*.css.map
|
||||
|
||||
1
app/.gitignore
vendored
1
app/.gitignore
vendored
@ -1 +0,0 @@
|
||||
language_stats.inc.php
|
||||
2
app/cache/.gitignore
vendored
2
app/cache/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/*
|
||||
!/.gitignore
|
||||
0
app/cache/.gitkeep
vendored
Normal file
0
app/cache/.gitkeep
vendored
Normal file
6
docs/.gitignore
vendored
6
docs/.gitignore
vendored
@ -1,6 +0,0 @@
|
||||
*.swp
|
||||
/_build
|
||||
/doctrees
|
||||
/html
|
||||
/locale
|
||||
*.pyc
|
||||
2
public/js/.gitignore
vendored
2
public/js/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/*
|
||||
!/.gitignore
|
||||
0
public/js/.gitkeep
Normal file
0
public/js/.gitkeep
Normal file
4
public/setup/.gitignore
vendored
4
public/setup/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
styles.css
|
||||
styles.css.map
|
||||
styles.rtl.css
|
||||
styles.rtl.css.map
|
||||
7
public/themes/.gitignore
vendored
7
public/themes/.gitignore
vendored
@ -1,7 +0,0 @@
|
||||
/*
|
||||
!/.gitignore
|
||||
!/dot.gif
|
||||
!/original/
|
||||
!/pmahomme/
|
||||
!/metro/
|
||||
!/bootstrap/
|
||||
2
public/themes/bootstrap/css/.gitignore
vendored
2
public/themes/bootstrap/css/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/*.css
|
||||
/*.css.map
|
||||
2
public/themes/metro/css/.gitignore
vendored
2
public/themes/metro/css/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/*.css
|
||||
/*.css.map
|
||||
2
public/themes/original/css/.gitignore
vendored
2
public/themes/original/css/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/*.css
|
||||
/*.css.map
|
||||
2
public/themes/pmahomme/css/.gitignore
vendored
2
public/themes/pmahomme/css/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/*.css
|
||||
/*.css.map
|
||||
4
tests/test_data/gis/.gitignore
vendored
4
tests/test_data/gis/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
*-actual.json
|
||||
*-actual.pdf
|
||||
*-actual.png
|
||||
*-actual.svg
|
||||
Loading…
Reference in New Issue
Block a user