diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b57a04a --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +scholscan + +*.exe +*.exe~ +*.dll +*.so +*.dylib + +*.test + +*.out + +go.work + +.vscode/ +.idea/ +*.swp +*.swo +*~ + +.DS_Store +Thumbs.db + +data/ +!README.md + +*.log + +.env* +config.* +secrets.*# RSS world data file +rss_world.txt +*.kate-swp |
