diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9470072 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +#---------------- +# Server Files +#---------------- + +# Build Files +target/ + +#-------- +# Misc +#-------- + +# Environment Files +.env +.env.production + +# MacOS Specific Files +.DS_Store + +# Jetbrains Folder +.idea/