Archived
1
0
Fork 0
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
paren/.gitignore

25 lines
213 B
Text
Raw Normal View History

2022-03-14 10:32:45 +03:00
/*
# editors
!/.vscode
# makefile
!/makefile
# config
2022-03-18 22:49:56 +03:00
!/.gitignore
!/.eslintignore
2022-03-14 10:32:45 +03:00
!/.eslintrc.yml
!/tsconfig.json
# node modules
!/package.json
!/package-lock.json
# sources
!/src
2022-03-17 11:53:53 +03:00
!/scripts
2022-03-14 10:32:45 +03:00
# builded
!/lib