mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
.gitignore > update sections' separators
This commit is contained in:
56
.gitignore
vendored
56
.gitignore
vendored
@@ -1,37 +1,37 @@
|
|||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Environment-related parameters
|
# Environment-related parameters
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Vendors
|
### Vendors
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/vendor/
|
/vendor/
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Composer
|
### Composer
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/composer.lock
|
/composer.lock
|
||||||
/composer.phar
|
/composer.phar
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Phing
|
### Phing
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/phing/properties
|
/phing/properties
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### PHPUnit
|
### PHPUnit
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/phpunit.xml
|
/phpunit.xml
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### PHP Coding Standards Fixer generated files
|
### PHP Coding Standards Fixer generated files
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/.php_cs.cache
|
/.php_cs.cache
|
||||||
|
|
||||||
|
|
||||||
@@ -41,17 +41,17 @@
|
|||||||
/build/
|
/build/
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Generated databases
|
### Generated databases
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/data/tmp
|
/data/tmp
|
||||||
*.sql
|
*.sql
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Compiled source
|
### Compiled source
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
*.com
|
*.com
|
||||||
*.class
|
*.class
|
||||||
*.dll
|
*.dll
|
||||||
@@ -60,21 +60,21 @@
|
|||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Shell scripts
|
### Shell scripts
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/*.sh
|
/*.sh
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### JetBrains
|
### JetBrains
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/.idea
|
/.idea
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### NetBeans template
|
### NetBeans template
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
nbproject/private/
|
nbproject/private/
|
||||||
nbbuild/
|
nbbuild/
|
||||||
dist/
|
dist/
|
||||||
@@ -83,9 +83,9 @@ nbactions.xml
|
|||||||
.nb-gradle/
|
.nb-gradle/
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### OSX template
|
### OSX template
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
@@ -112,9 +112,9 @@ Temporary Items
|
|||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Linux template
|
### Linux template
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
# 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-*
|
.Trash-*
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Windows template
|
### Windows template
|
||||||
# ----------------------------------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Windows image file caches
|
# Windows image file caches
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
|
|||||||
Reference in New Issue
Block a user