Skip to content

Commit c316b2b

Browse files
committed
Adiciona arquivos
0 parents  commit c316b2b

File tree

1,054 files changed

+293402
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,054 files changed

+293402
-0
lines changed

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MYSQL_DATABASE = data
2+
MYSQL_USER = root
3+
MYSQL_PASSWORD =
4+
MYSQL_HOST = 127.0.0.1

.vscode/tasks.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks":
4+
[
5+
{
6+
"label": "build",
7+
"type": "shell",
8+
"command": "${workspaceRoot}\\compiler\\pawncc.exe",
9+
"args": ["'${file}'", "'-D${fileDirname}'", "'-;+'", "'-(+'", "'-d3'"],
10+
11+
"group":
12+
{
13+
"kind": "build",
14+
"isDefault": true
15+
},
16+
17+
"isBackground": false,
18+
19+
"presentation":
20+
{
21+
"reveal": "always",
22+
"panel": "dedicated"
23+
},
24+
25+
"problemMatcher": "$pawncc"
26+
}
27+
]
28+
}

bans.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)