codesnap.nvim/.gitignore
Mist 7963b3f2cc
[Feat] add preview_title option to configure preview page title (#20)
* [Feat] add preview_title option

* [Update] add preview_title option in document
2024-02-24 18:26:03 +08:00

22 lines
216 B
Text

# Lua
/luarocks
/lua_modules
/.luarocks
# Cargo
target
# Nodejs
node_modules
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# build
output.css
snap-server/public