parent
e9214738c9
commit
a6e2be82c9
@ -0,0 +1,79 @@ |
|||||||
|
/composer |
||||||
|
/config/config.php |
||||||
|
/config/*.json |
||||||
|
/php |
||||||
|
/torrent |
||||||
|
/runtime |
||||||
|
/*.bat |
||||||
|
/composer.lock |
||||||
|
.idea |
||||||
|
.php_cs.cache |
||||||
|
composer.phar |
||||||
|
.fuse_hidden* |
||||||
|
.directory |
||||||
|
.Trash-* |
||||||
|
.nfs* |
||||||
|
|
||||||
|
### OSX ### |
||||||
|
# General |
||||||
|
.DS_Store |
||||||
|
.AppleDouble |
||||||
|
.LSOverride |
||||||
|
._* |
||||||
|
|
||||||
|
# Files that might appear in the root of a volume |
||||||
|
.DocumentRevisions-V100 |
||||||
|
.fseventsd |
||||||
|
.Spotlight-V100 |
||||||
|
.TemporaryItems |
||||||
|
.Trashes |
||||||
|
.VolumeIcon.icns |
||||||
|
.com.apple.timemachine.donotpresent |
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share |
||||||
|
.AppleDB |
||||||
|
.AppleDesktop |
||||||
|
Network Trash Folder |
||||||
|
Temporary Items |
||||||
|
.apdisk |
||||||
|
|
||||||
|
### VisualStudioCode ### |
||||||
|
.vscode/* |
||||||
|
!.vscode/settings.json |
||||||
|
!.vscode/tasks.json |
||||||
|
!.vscode/launch.json |
||||||
|
!.vscode/extensions.json |
||||||
|
*.code-workspace |
||||||
|
|
||||||
|
### VisualStudioCode Patch ### |
||||||
|
# Ignore all local history of files |
||||||
|
.history |
||||||
|
|
||||||
|
### Windows ### |
||||||
|
# Windows thumbnail cache files |
||||||
|
Thumbs.db |
||||||
|
Thumbs.db:encryptable |
||||||
|
ehthumbs.db |
||||||
|
ehthumbs_vista.db |
||||||
|
|
||||||
|
# Dump file |
||||||
|
*.stackdump |
||||||
|
|
||||||
|
# Folder config file |
||||||
|
[Dd]esktop.ini |
||||||
|
|
||||||
|
# Recycle Bin used on file shares |
||||||
|
$RECYCLE.BIN/ |
||||||
|
|
||||||
|
# Windows Installer files |
||||||
|
*.cab |
||||||
|
*.msi |
||||||
|
*.msix |
||||||
|
*.msm |
||||||
|
*.msp |
||||||
|
|
||||||
|
# Windows shortcuts |
||||||
|
*.lnk |
||||||
|
|
||||||
|
# End of https://www.toptal.com/developers/gitignore/api/osx,linux,windows,visualstudiocode,composer |
||||||
|
|
Loading…
Reference in new issue