140 lines
3.1 KiB
Text
140 lines
3.1 KiB
Text
# https://github.com/github/gitignore
|
|
|
|
################################################################################
|
|
# Git #
|
|
################################################################################
|
|
|
|
*.patch
|
|
*.diff
|
|
|
|
################################################################################
|
|
# JetBrains #
|
|
################################################################################
|
|
|
|
# User-specific.
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
|
|
# Generated files.
|
|
.idea/**/contentModel.xml
|
|
|
|
# Sensitive or high-churn files.
|
|
.idea/**/dataSources/
|
|
.idea/**/dataSources.ids
|
|
.idea/**/dataSources.local.xml
|
|
.idea/**/sqlDataSources.xml
|
|
.idea/**/dynamic.xml
|
|
.idea/**/uiDesigner.xml
|
|
.idea/**/dbnavigator.xml
|
|
|
|
# File-based project format.
|
|
*.iws
|
|
|
|
################################################################################
|
|
# Vim #
|
|
################################################################################
|
|
|
|
# Swap.
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Session.
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Temporary.
|
|
.netrwhist
|
|
*~
|
|
|
|
# Auto-generated tag files.
|
|
tags
|
|
|
|
# Persistent undo.
|
|
[._]*.un~
|
|
|
|
################################################################################
|
|
# Linux #
|
|
################################################################################
|
|
|
|
*~
|
|
|
|
# temporary files which can be created if a process still has a handle open of a
|
|
# deleted file.
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences.
|
|
.directory
|
|
|
|
# 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*
|
|
|
|
################################################################################
|
|
# 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
|
|
|
|
################################################################################
|
|
# 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
|