diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-04-17 14:57:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 14:57:02 +0100 |
commit | d1b8b8a2ea5495ce236bb9b57d617fabfce12822 (patch) | |
tree | da9e647d1fe51f20971606ad4f9d8257a5790170 /.gitignore |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b43bab3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Ignore bundler config +/.bundle + +# Ignore the build directory +/build + +# Ignore cache +/.sass-cache +/.cache + +# Ignore .DS_store file +.DS_Store + +# Ignore node modules +/node_modules + +# PaaS authentication file +Staticfile.auth + +# Ignore VSCode files +*.code-workspace
\ No newline at end of file |