diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9bfd37 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Ignore all files under configs/ except files ending with .sample +/configs/* +!/configs/*.sample + +# Local env files and common secrets +.env +.env.local +*.key +*.pem + +# Build outputs +/bin/ +/*.exe +/*.exe~ + +# Editor temp files +*~ +.DS_Store \ No newline at end of file