This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-bot/.gitignore

20 lines
197 B
Text
Raw Permalink Normal View History

2021-03-11 16:54:54 +00:00
# cljs ignores
2018-03-11 21:05:25 +00:00
package-lock.json
/node_modules
2021-03-11 16:54:54 +00:00
/.shadow-cljs
# mastodon-bot ignores
config*.edn
# lein ignores
2020-05-13 15:41:27 +00:00
/target
2021-03-11 16:54:54 +00:00
pom.xml
2021-03-12 12:43:51 +00:00
# pybuilder ignores
.pybuilder
__pycache__
2021-03-11 16:54:54 +00:00
# ide ignores
.calva/
2021-03-12 12:43:51 +00:00