mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
- Add gitgutter vim plugin to ideavimrc
- Remove nvim lazy-lock.json from git - Updated .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -55,7 +55,7 @@ Temporary Items
|
||||
!.vscode/extensions/**/*.json # Only json files inside the .vscode/extensions/ folder
|
||||
|
||||
# Intellij IDE Artifacts
|
||||
.idea/
|
||||
**.idea/
|
||||
*.imi
|
||||
*.jar
|
||||
*.tar
|
||||
@@ -69,6 +69,7 @@ tasks/
|
||||
# ---- Programming Languages ----
|
||||
# Ignore all downloaded node modules
|
||||
node_modules/*
|
||||
**lock.json
|
||||
|
||||
# Ignore all minified js files
|
||||
*.min.js
|
||||
|
||||
Reference in New Issue
Block a user