Exclude types file from git tracking
This commit is contained in:
parent
4b7f1a7c82
commit
c2aaf5f951
6
astro/.gitignore
vendored
6
astro/.gitignore
vendored
@ -14,9 +14,9 @@ yarn-debug.log*
|
|||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
|
|
||||||
# environment variables
|
|
||||||
.env
|
|
||||||
.env.production
|
|
||||||
|
|
||||||
# macOS-specific files
|
# macOS-specific files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# types
|
||||||
|
src/types.ts
|
Loading…
Reference in New Issue
Block a user