Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhviid committed Dec 30, 2019
1 parent 439b1f6 commit d809cb2
Showing 1 changed file with 51 additions and 27 deletions.
78 changes: 51 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
############### Windows
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig

# Dump file
*.stackdump
# Created by https://www.gitignore.io/api/linux,macos,powershell,windows
# Edit at https://www.gitignore.io/?templates=linux,macos,powershell,windows

# Folder config file
[Dd]esktop.ini
### Linux ###
*~

# Recycle Bin used on file shares
$RECYCLE.BIN/
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# KDE directory preferences
.directory

# Windows shortcuts
*.lnk
# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

############### MAC
### macOS ###
# General
.DS_Store
.AppleDouble
Expand All @@ -32,7 +27,6 @@ $RECYCLE.BIN/
# Icon must end with two \r
Icon


# Thumbnails
._*

Expand All @@ -52,10 +46,40 @@ Network Trash Folder
Temporary Items
.apdisk

############### VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/spellright.dict
### PowerShell ###
# Exclude packaged modules
*.zip

# Exclude .NET assemblies from source
*.dll

### 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.gitignore.io/api/linux,macos,powershell,windows

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

0 comments on commit d809cb2

Please sign in to comment.