diff options
author | Cody Hiar <cody@hiar.ca> | 2021-11-08 10:44:42 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-11-08 10:44:42 -0700 |
commit | 787ebb838510d2915283c78758a36f7dab636384 (patch) | |
tree | f0abd635c8f03d4e83ca8217fe56b8bcaf67eec3 /.gitignore |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2553fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Pants workspace files +/.pants.d/ +/dist/ +/.pids +/.pants.workdir.file_lock* + |