Adding gitignore

This file contains a gitignore file for MAC WINDOWS and VSCODE (since it is a popular JS IDE).
Also the folder "maps/" is also ignored since it would be benefitial to store test maps in the same place as the codebase.
This commit is contained in:
rufreakde 2019-05-29 17:25:31 +02:00 committed by GitHub
parent 2d5d008fe8
commit 777acf4ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

73
.gitignore vendored Normal file
View file

@ -0,0 +1,73 @@
# Created by https://www.gitignore.io/api/macos,windows,visualstudiocode
# Edit at https://www.gitignore.io/?templates=macos,windows,visualstudiocode
### FOLDERS I HAVE BUT DONT WANT TO SHARE ###
maps/*
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# 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
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
### Windows ###
# Windows thumbnail cache files
Thumbs.db
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.gitignore.io/api/macos,windows,visualstudiocode