Files: 4b01b9814b39a18e7d7afd34d51e6c89dd5355f6 / .gitignore
164 bytesRaw
1 | .DS_Store |
2 | node_modules/ |
3 | dist/ |
4 | npm-debug.log* |
5 | yarn-debug.log* |
6 | yarn-error.log* |
7 | test/unit/coverage |
8 | |
9 | # Editor directories and files |
10 | .idea |
11 | *.suo |
12 | *.ntvs* |
13 | *.njsproj |
14 | *.sln |
15 |
Built with git-ssb-web