mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
60 lines
887 B
Plaintext
Executable File
60 lines
887 B
Plaintext
Executable File
**state.vscdb
|
|
**state.vscdb.backup
|
|
|
|
# Ignore all Files under .vscode/extensions/
|
|
.vscode/extensions/**
|
|
|
|
# Allow only json files inside the .vscode/extensions/ folder
|
|
!.vscode/extensions/**/*.json
|
|
|
|
.vscode
|
|
|
|
# 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*
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Ignore all downloaded node modules
|
|
node_modules/*
|
|
|
|
|
|
# Ignore all minified js files
|
|
*.min.js
|
|
|
|
|
|
**app_stat_v2.db
|
|
.ssh/*.pub
|
|
**/Package Control.cache
|
|
**Cache
|
|
*.db
|
|
*.qmlc
|
|
*.qml
|
|
*.jsc
|
|
**/contents/images
|
|
**/contents/fonts
|
|
*kpluginindex.json
|
|
|
|
.directory
|
|
|
|
.idea/
|
|
*.imi
|
|
*.jar
|
|
*.tar
|
|
|
|
resharper-host/
|
|
tasks/
|