summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2023-07-06 22:01:46 -0400
committerGitHub <noreply@github.com>2023-07-06 22:01:46 -0400
commitd5e8a9296882f113e3990daca5e6b16109f512b8 (patch)
tree9182ab95acf9bdd102dd2d44a80424268f2df4b7 /.gitignore
parent42925c1b058a3187ec1bbd63b3557517e1fe04da (diff)
Rework CI validation workflow and makefile (#460)
* rework CI validation workflow and makefile * enable push * fix job names * fix license check * fix snapshot builds * fix acceptance tests * fix linting * disable pull request event * rework windows runner caching * disable release pipeline and add issue templates
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 19 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index ee32cf7..f5868db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,25 @@
+# misc
+/.image
+*.log
+CHANGELOG.md
+VERSION
+
+# IDEs
/.idea
+/.vscode
+
+# tooling
/bin
/.tool-versions
+/.tmp
+
+# builds
+/dist
+/snapshot
+
+# testing
+.cover
+coverage.txt
# Binaries for programs and plugins
*.exe
@@ -18,8 +37,3 @@
/build
/_vendor*
/vendor
-/.image
-*.log
-/dist
-.cover
-coverage.txt