summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-24 18:08:08 -0400
committerBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-05-24 18:08:08 -0400
commit1cd0761d4a433f920d1d0fb25b27e9a6f0033ef1 (patch)
tree337e5a3fdf45a765efc84d9f0473ebed711c1060 /.gitignore
parent0ec84dac8db1b6b47716d4dfa29383f7e50f5ab3 (diff)
split navigation + hide search highlight
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7ad380c..4437345 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,9 @@ luac.out
*.x86_64
*.hex
+### Lazy.nvim ###
+lazy-lock.json
+
### Vim ###
# Swap
[._]*.s[a-v][a-z]
@@ -83,3 +86,31 @@ cscope.out
cscope.in.out
cscope.po.out
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+