diff options
author | Leonard Kugis <leonard@kug.is> | 2024-12-13 23:28:45 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2024-12-13 23:28:45 +0000 |
commit | 746b18ab05ff6d6ff9acfbd4869d4a9d4ccfb3df (patch) | |
tree | 5c23ee507a95385a3581c2236b486de132ca37a0 /.gitignore | |
parent | 035de66a683c5312ad78f323ce6f59be9ad2c958 (diff) | |
download | ultrastar-database-746b18ab05ff6d6ff9acfbd4869d4a9d4ccfb3df.tar.gz ultrastar-database-746b18ab05ff6d6ff9acfbd4869d4a9d4ccfb3df.tar.bz2 ultrastar-database-746b18ab05ff6d6ff9acfbd4869d4a9d4ccfb3df.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 103 |
1 files changed, 4 insertions, 99 deletions
@@ -1,102 +1,7 @@ -*.mp3 -*.avi -*.ogg -*.webm +* -# Created by https://www.toptal.com/developers/gitignore/api/linux,windows,macos,visualstudiocode -# Edit at https://www.toptal.com/developers/gitignore?templates=linux,windows,macos,visualstudiocode +!*/ -### Linux ### -*~ +!**/*.md +!**/*.txt -# 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* - -### 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 - -### macOS Patch ### -# iCloud generated files -*.icloud - -### VisualStudioCode ### -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix - -### VisualStudioCode Patch ### -# Ignore all local history of files -.history -.ionide - -### 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/linux,windows,macos,visualstudiocode |