10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
# Ignore environment files
|
|
.env
|
|
|
|
# Ignore dependencies
|
|
node_modules/
|
|
|
|
# Ignore build output
|
|
dist/
|
|
dist/*
|