diff options
author | Tim <contact@bytim.eu> | 2025-05-05 21:32:52 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-05-05 21:32:52 +0200 |
commit | 79e32a55801fc53c8d60843c6676ca05cc899299 (patch) | |
tree | cf798506172445d8f7af24eee27fd2e84f2fce81 /.gitignore | |
download | chef-79e32a55801fc53c8d60843c6676ca05cc899299.tar.xz chef-79e32a55801fc53c8d60843c6676ca05cc899299.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9cc65b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.cpcache +.idea +target/ +.nrepl-port +chef.iml |