Skip to content

Commit ef094d3

Browse files
committed
chore: Update .gitignore
Updated to ignore distribution and packaging files.
1 parent 1dbd702 commit ef094d3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# Node artifact files
77
node_modules/
8-
dist/
98

109
# Compiled Java class files
1110
*.class
@@ -21,7 +20,21 @@ dist/
2120

2221
# Maven
2322
target/
23+
24+
# Distribution / packaging
25+
bin/
26+
build/
27+
develop-eggs/
2428
dist/
29+
eggs/
30+
lib/
31+
lib64/
32+
parts/
33+
sdist/
34+
var/
35+
*.egg-info/
36+
.installed.cfg
37+
*.egg
2538

2639
# JetBrains IDE
2740
.idea/

0 commit comments

Comments
 (0)