git-subtree-dir: users/configs/system/nvim/nvim git-subtree-split: e088bce2bd90c0b5c35d13a8615a55455b96294d
48 lines
490 B
Plaintext
48 lines
490 B
Plaintext
# Project gitignore
|
|
!colors/astronvim.lua
|
|
colors/*
|
|
docs
|
|
ginit.vim
|
|
lua/user
|
|
plugin
|
|
ftplugin
|
|
spell
|
|
.luarc.json
|
|
neoconf.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
|