forked from yetone/avante.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (35 loc) · 813 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Lua compiled files
*.lua~
*.luac
# Neovim plugin specific files
plugin/packer_compiled.lua
# OS generated files
.DS_Store
Thumbs.db
# Editor/IDE generated files
*.swp
*.swo
*~
.vscode/
.idea/
# Dependency manager generated directories
/lua_modules/
/.luarocks/
# Log files
*.log
# Temporary files
tmp/
temp/
# Environment variable files (if you use .env file to store API keys)
.env
# If you use any build tools, you might need to ignore build output directories
/build/
/dist/
# If you use any test frameworks, you might need to ignore test coverage reports
/coverage/
# If you use documentation generation tools, you might need to ignore generated docs
/doc/
# If you have any personal configuration files, you should ignore them too
config.personal.lua
# Avante chat history
.avante_chat_history