tangled
alpha
login
or
join now
notnite.com
/
moonlight
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
Remove .vscode, gitignore vscode/idea
notnite.com
1 year ago
adb7cc55
d8ca9030
options
unified
split
Changed files
+4
-14
.gitignore
.vscode
tasks.json
+4
.gitignore
···
7
7
# Nix
8
8
/result
9
9
*.drv
10
10
+
11
11
+
# IDEs
12
12
+
.vscode/
13
13
+
.idea/
-14
.vscode/tasks.json
···
1
1
-
{
2
2
-
"version": "2.0.0",
3
3
-
"tasks": [
4
4
-
{
5
5
-
"label": "build",
6
6
-
"type": "shell",
7
7
-
"command": "pnpm run build",
8
8
-
"group": {
9
9
-
"kind": "build",
10
10
-
"isDefault": true
11
11
-
}
12
12
-
}
13
13
-
]
14
14
-
}