8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
|
|
# Ignore Astro files
|
||
|
|
*.astro
|
||
|
|
|
||
|
|
# Ignore node_modules directory
|
||
|
|
node_modules/
|
||
|
|
|
||
|
|
# Ignore build output
|
||
|
|
dist/
|