Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 0ba2748

Browse files
committed
Merge branch 'master' of https://github.com/aflacc/ProjectFNF into HEAD
2 parents 7fb51b9 + 4033291 commit 0ba2748

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
export/
2-
.vscode/
2+
.vscode/*
3+
!.vscode/settings.json
4+
!.vscode/tasks.json
5+
!.vscode/launch.json
6+
!.vscode/extensions.json
7+
*.code-workspace
8+
.history/
39
desktop.ini
410
Project.xml

.vscode/tasks.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "lime",
6+
"command": "test",
7+
"problemMatcher": [
8+
"$haxe-absolute",
9+
"$haxe",
10+
"$haxe-error",
11+
"$haxe-trace"
12+
],
13+
"group": {
14+
"kind": "build",
15+
"isDefault": true
16+
},
17+
"label": "lime: test (active configuration)"
18+
}
19+
]
20+
}

ProjectFNF

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)