add gitignore
parent
ab0fba6ece
commit
6eb8cd7def
|
@ -0,0 +1,3 @@
|
|||
__pycache__
|
||||
env
|
||||
poka-ijo.db
|
11
poka-ijo.org
11
poka-ijo.org
|
@ -13,6 +13,17 @@ Poka Ijo is a catalog of my nearby things. Poka Ijo is [[id:tokipona][Tokipona]]
|
|||
CLOCK: [2021-09-18 Sat 16:33]--[2021-09-18 Sat 16:56] => 0:23
|
||||
:END:
|
||||
|
||||
** =.gitignore= file
|
||||
:PROPERTIES:
|
||||
:ID: 20210918T181352.587601
|
||||
:END:
|
||||
|
||||
#+begin_src shell :tangle .gitignore
|
||||
__pycache__
|
||||
env
|
||||
poka-ijo.db
|
||||
#+end_src
|
||||
|
||||
** =requirements.txt= and mach-nix setup
|
||||
:PROPERTIES:
|
||||
:ID: 20210918T172447.506306
|
||||
|
|
Loading…
Reference in New Issue