2018-12-27 10:48:58 +00:00
|
|
|
.idea
|
|
|
|
PROTOTYPING
|
2018-12-29 16:52:07 +00:00
|
|
|
tools
|
2018-12-27 10:48:58 +00:00
|
|
|
src/installer/cache
|
|
|
|
src/private/cache
|
|
|
|
src/private/vendor
|
|
|
|
src/composer.lock
|
|
|
|
src/private/dbconfig.php
|
|
|
|
src/private/dev_mode
|
|
|
|
src/private/INSTALLER_LOCK
|
2017-03-29 22:57:06 +00:00
|
|
|
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2016-09-25 01:50:41 +00:00
|
|
|
|
2018-12-27 10:48:58 +00:00
|
|
|
# Platform and IDE things
|
|
|
|
# Created by https://www.gitignore.io/api/linux,macos,windows,visualstudiocode
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2017-10-18 18:39:07 +00:00
|
|
|
### Linux ###
|
|
|
|
*~
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2017-10-18 18:39:07 +00:00
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
|
|
.fuse_hidden*
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2017-10-18 18:39:07 +00:00
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2017-10-18 18:39:07 +00:00
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2017-10-18 18:39:07 +00:00
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
|
|
.nfs*
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2018-12-27 10:48:58 +00:00
|
|
|
### macOS ###
|
|
|
|
# General
|
|
|
|
.DS_Store
|
2016-06-28 21:18:59 +00:00
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2018-12-27 10:48:58 +00:00
|
|
|
### VisualStudioCode ###
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
2016-06-28 21:18:59 +00:00
|
|
|
|
2018-12-27 10:48:58 +00:00
|
|
|
### VisualStudioCode Patch ###
|
|
|
|
# Ignore all local history of files
|
|
|
|
.history
|
2017-10-18 18:39:07 +00:00
|
|
|
|
|
|
|
### Windows ###
|
|
|
|
# Windows thumbnail cache files
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
ehthumbs_vista.db
|
|
|
|
|
2018-12-27 10:48:58 +00:00
|
|
|
# Dump file
|
|
|
|
*.stackdump
|
|
|
|
|
2017-10-18 18:39:07 +00:00
|
|
|
# Folder config file
|
2018-12-27 10:48:58 +00:00
|
|
|
[Dd]esktop.ini
|
2017-10-18 18:39:07 +00:00
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
2018-12-27 10:48:58 +00:00
|
|
|
*.msix
|
2017-10-18 18:39:07 +00:00
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|