.gitignore > update sections' separators

This commit is contained in:
Meritoo
2018-06-13 22:21:28 +02:00
parent abf0ebf7ec
commit 49638ff1c3

56
.gitignore vendored
View File

@@ -1,37 +1,37 @@
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Environment-related parameters
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
.env
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Vendors
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/vendor/
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Composer
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/composer.lock
/composer.phar
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Phing
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/phing/properties
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### PHPUnit
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/phpunit.xml
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### PHP Coding Standards Fixer generated files
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/.php_cs.cache
@@ -41,17 +41,17 @@
/build/
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Generated databases
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/data/tmp
*.sql
*.sqlite
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Compiled source
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
*.com
*.class
*.dll
@@ -60,21 +60,21 @@
*.so
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Shell scripts
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/*.sh
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### JetBrains
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
/.idea
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### NetBeans template
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
nbproject/private/
nbbuild/
dist/
@@ -83,9 +83,9 @@ nbactions.xml
.nb-gradle/
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### OSX template
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
.DS_Store
.AppleDouble
.LSOverride
@@ -112,9 +112,9 @@ Temporary Items
.apdisk
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Linux template
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
*~
# temporary files which can be created if a process still has a handle open of a deleted file
@@ -127,9 +127,9 @@ Temporary Items
.Trash-*
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
### Windows template
# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Windows image file caches
Thumbs.db
ehthumbs.db