Skip to content

Commit 58e3a67

Browse files
committed
Inicia projeto
0 parents  commit 58e3a67

File tree

5 files changed

+6324
-0
lines changed

5 files changed

+6324
-0
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.env
2+
3+
# Compiled class file
4+
*.class
5+
6+
# Log file
7+
*.log
8+
9+
target/
10+
11+
# Package Files #
12+
*.jar
13+
*.war
14+
*.nar
15+
*.ear
16+
*.zip
17+
*.tar.gz
18+
*.rar
19+
20+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
21+
hs_err_pid*
22+
23+
#IntelliJ Project Files
24+
*.iml
25+
.idea/
26+
27+
#MacOS Files
28+
.DS_Store

.gitpod.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://www.gitpod.io/guides/gitpodify#postgresql
2+
3+
image: gitpod/workspace-postgres
4+
vscode:
5+
extensions:
6+
- ms-ossdata.vscode-postgresql

0 commit comments

Comments
 (0)