Merge all git ignores into single file

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
This commit is contained in:
Maximilian Krög 2026-03-09 22:02:19 +01:00
parent cc66ac8550
commit 4dbfcac786
No known key found for this signature in database
GPG Key ID: 3C00897BB53AAB9C
14 changed files with 56 additions and 35 deletions

57
.gitignore vendored
View File

@ -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
View File

@ -1 +0,0 @@
language_stats.inc.php

View File

@ -1,2 +0,0 @@
/*
!/.gitignore

0
app/cache/.gitkeep vendored Normal file
View File

6
docs/.gitignore vendored
View File

@ -1,6 +0,0 @@
*.swp
/_build
/doctrees
/html
/locale
*.pyc

View File

@ -1,2 +0,0 @@
/*
!/.gitignore

0
public/js/.gitkeep Normal file
View File

View File

@ -1,4 +0,0 @@
styles.css
styles.css.map
styles.rtl.css
styles.rtl.css.map

View File

@ -1,7 +0,0 @@
/*
!/.gitignore
!/dot.gif
!/original/
!/pmahomme/
!/metro/
!/bootstrap/

View File

@ -1,2 +0,0 @@
/*.css
/*.css.map

View File

@ -1,2 +0,0 @@
/*.css
/*.css.map

View File

@ -1,2 +0,0 @@
/*.css
/*.css.map

View File

@ -1,2 +0,0 @@
/*.css
/*.css.map

View File

@ -1,4 +0,0 @@
*-actual.json
*-actual.pdf
*-actual.png
*-actual.svg