sdy

update .gitignore

1 # node_modules 1 # node_modules
2 node_modules 2 node_modules
3 3
4 -# lock files
5 -yarn.lock
6 -package-lock.json
7 -
8 .env 4 .env
9 5
10 note.txt 6 note.txt
...\ No newline at end of file ...\ No newline at end of file
......