chore: .gitignore - hide user input

This commit is contained in:
Marcin Czerniak 2021-06-21 13:35:47 +02:00
parent a6d210c968
commit d128261fc5
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Hide node dependencies directory
node_modules
__pycache__
__pycache__
# Hide user input
src/user_input/*