diff options
| author | Charlotte Koch <dressupgeekout@gmail.com> | 2023-02-16 16:44:34 -0800 |
|---|---|---|
| committer | Charlotte Koch <dressupgeekout@gmail.com> | 2023-02-16 16:44:34 -0800 |
| commit | 758952605ea8cb1b7cf926076f591007d8d98b7e (patch) | |
| tree | 2ac581d31045011899a312efeb849f3540b3187a /.gitignore | |
First commit
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..d7cfe98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.adoc +*.pdf +*.swo +*.swp +Gemfile.lock +vendor/ |
