Squashed 'users/daniel/configs/system/nvim/nvim/' content from commit f10b473
git-subtree-dir: users/daniel/configs/system/nvim/nvim git-subtree-split: f10b4730176b567e15911b3c1a7c5a31c82c8b8e
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Project gitignore
|
||||
!colors/astronvim.lua
|
||||
colors/*
|
||||
docs
|
||||
ginit.vim
|
||||
lua/user
|
||||
plugin
|
||||
ftplugin
|
||||
spell
|
||||
.luarc.json
|
||||
|
||||
# Global gitignore
|
||||
# ----------------
|
||||
|
||||
# Mac OS X
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
|
||||
# Windoze
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# (Neo)Vim
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
Session.vim
|
||||
Sessionx.vim
|
||||
.netrwhist
|
||||
*~
|
||||
tags
|
||||
[._]*.un~
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
.history
|
||||
|
||||
# JetBrains
|
||||
.idea
|
||||
Reference in New Issue
Block a user