mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
- Updated repo to support both mac and kde neon - bootstrap.sh updated to auto-detect OS and read from the required directory - Added VIM & NeoVIM dot files
55 lines
934 B
Plaintext
55 lines
934 B
Plaintext
# KDE directory preferences
|
|
.directory
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
.fuse_hidden*
|
|
|
|
# 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*
|
|
|
|
# VS Code Artifacts
|
|
.vscode
|
|
**state.vscdb
|
|
**state.vscdb.backup
|
|
.vscode/extensions/** # Ignore all Files under .vscode/extensions/
|
|
!.vscode/extensions/**/*.json # Only json files inside the .vscode/extensions/ folder
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Ignore all downloaded node modules
|
|
node_modules/*
|
|
|
|
|
|
# Ignore all minified js files
|
|
*.min.js
|
|
|
|
# Other Files to ignore
|
|
**app_stat_v2.db
|
|
.ssh/*.pub
|
|
**/Package Control.cache
|
|
**Cache
|
|
*.db
|
|
*.qmlc
|
|
*.qml
|
|
*.jsc
|
|
**/contents/images
|
|
**/contents/fonts
|
|
*kpluginindex.json
|
|
|
|
# Intellij IDE Artifacts
|
|
.idea/
|
|
*.imi
|
|
*.jar
|
|
*.tar
|
|
|
|
resharper-host/
|
|
tasks/
|