mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
nest.land stuff
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
# files and directories are specified one by line, as a glob expr
|
||||
.git*/**
|
||||
.idea/**
|
||||
.vscode/**
|
||||
benchmarks/**
|
||||
eggs-debug.log
|
||||
configs.ts
|
||||
debug.ts
|
||||
|
||||
# you can also exclude particular files, just like .gitignore
|
||||
!benchmarks/README.md
|
||||
@@ -1,5 +1,4 @@
|
||||
configs.ts
|
||||
documentation/.vuepress/dist
|
||||
debug.ts
|
||||
|
||||
.DS_Store
|
||||
|
||||
Vendored
+1
-3
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"deno.enable": true,
|
||||
"editor.formatOnSave": true,
|
||||
"deno.autoFmtOnSave": true,
|
||||
"deno.unstable": true
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user