Skip to content

Commit 2b76f28

Browse files
committed
chore: update .gitignore to include log files and additional directories
1 parent 08714dd commit 2b76f28

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
_vendor/
22
public/
33
resources/
4-
node_modules/
54
exampleSite/public/
65
exampleSite/resources/
76
test-results/
8-
playwright-report/
97
.DS_store
108
.hugo_build.lock
119
hugo_stats.json
@@ -15,4 +13,14 @@ go.work
1513
go.work.sum
1614

1715
# env file
18-
.env
16+
.env
17+
18+
19+
# Ignore log files
20+
*.log
21+
22+
# Ignore node_modules
23+
node_modules/
24+
25+
# Ignore playwright-report directory
26+
playwright-report/

0 commit comments

Comments
 (0)