mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
Add some stuff to make the development with Neovim easier: - Add a "deno.json" file, which is required by the Deno language server, when working in Neovim to detect the "import_map.json" file. - Add a "run.sh" script to easily run the Flutter app from the command line. - Add the "run.sh" script and an example for Neovim to the contributing guide.
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
# Visual Studio Code Launch Configurations
|
|
.vscode/launch.json
|
|
|
|
# Neovim
|
|
.nvim.lua
|
|
|
|
# Environment Variables
|
|
/supabase/.env.local
|
|
/supabase/.env.dev
|
|
/supabase/.env.stage
|
|
/supabase/.env.prod
|