From d5cb8fd65d5c86c8627d3728d3aec7e1ae6ed4dd Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 12 Apr 2023 16:26:30 +0200 Subject: Initial commit with working app --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..389308f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +private/* +!private/.gitkeep -- cgit v1.3.1