mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
nest.land stuff
This commit is contained in:
11
.eggignore
Normal file
11
.eggignore
Normal file
@@ -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
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
configs.ts
|
||||
documentation/.vuepress/dist
|
||||
debug.ts
|
||||
|
||||
.DS_Store
|
||||
|
||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -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