diff options
author | 2024-04-28 22:04:46 +0100 | |
---|---|---|
committer | 2024-04-28 22:04:46 +0100 | |
commit | bd298c94f73598502121431965787b78edc22875 (patch) | |
tree | 9b7137e5f691680e94d04b16ccb0ee49a366237a /.gitignore |
Initial commit from gatsby
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5282102 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +.cache/ +public +src/gatsby-types.d.ts |