chore: exclude wrangler directory from git
This commit is contained in:
parent
e5d6dbda6f
commit
eaabe1b737
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,6 +4,9 @@ dist/
|
|||
# generated types
|
||||
.astro/
|
||||
|
||||
# wrangler output
|
||||
.wrangler/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
|
|
1
.idea/mercury.iml
generated
1
.idea/mercury.iml
generated
|
@ -6,6 +6,7 @@
|
|||
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/.astro" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/.wrangler" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue