diff options
| author | OsCoder <oscoder@lczimmermann.eu> | 2026-07-22 23:21:40 +0200 |
|---|---|---|
| committer | OsCoder <oscoder@lczimmermann.eu> | 2026-07-22 23:21:40 +0200 |
| commit | 400b321f8799f369cf26cf611462598117004ced (patch) | |
| tree | 85bc676bd110edc57c2faa7461f23b5eb1099cc1 /.gitignore | |
| download | solar_map-400b321f8799f369cf26cf611462598117004ced.tar.xz solar_map-400b321f8799f369cf26cf611462598117004ced.zip | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0d06f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Binaries for programs and plugins +main +solar_map +*.exe +*.exe~ +*.so +*.dylib +*.dll + +# Ignore binary output folders +bin/ + +# Ignore common editor/system specific metadata +.DS_Store +.idea/ +.vscode/ +*.iml + +# ENV +.env + +# Web assets and local databases +*.db +*.js + +# Ignore installed modules through `v install --local`: +modules/ |
