Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 14e807e

Browse files
author
IceCryptonym
committed
Removed .vscode and restored .gitignore
1 parent 5460dee commit 14e807e

2 files changed

Lines changed: 36 additions & 27 deletions

File tree

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Gradle
2+
.gradle
3+
4+
# Eclipse
5+
.checkstyle
6+
.classpath
7+
.metadata
8+
.settings
9+
.project
10+
*.launch
11+
.recommenders
12+
13+
# Intellij/Idea
14+
.factorypath
15+
.idea
16+
*.iml
17+
*.ipr
18+
*.iws
19+
20+
# Build artifacts
21+
bin/
22+
build/
23+
jars/
24+
out/
25+
classes/
26+
27+
# Debug artifacts
28+
run
29+
*.log
30+
31+
# Windows
32+
*.db
33+
$RECYCLE.BIN/
34+
35+
# Mac
36+
.DS_Store

patchwork-events-entity/.vscode/launch.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)