Skip to content

Commit c141f01

Browse files
authored
Merge pull request #68 from geekwhocodes/geekwhocodes-patch-1
Update .gitignore
2 parents 519bed2 + c8d3b07 commit c141f01

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,25 @@ Examples/Rest.ps1
9595
Examples/play/*
9696
Examples/bechmark.ps1
9797
.build/un.ps1
98+
99+
100+
# Dependencies
101+
website/node_modules
102+
103+
# Production
104+
website/build
105+
106+
# Generated files
107+
website/.docusaurus
108+
website/.cache-loader
109+
110+
# Misc
111+
website/.DS_Store
112+
website/.env.local
113+
website/.env.development.local
114+
website/.env.test.local
115+
website/.env.production.local
116+
117+
website/npm-debug.log*
118+
website/yarn-debug.log*
119+
website/yarn-error.log*

0 commit comments

Comments
 (0)