Files
mirotalk/.gitignore
T
2021-01-02 01:49:57 +01:00

21 lines
148 B
Plaintext

# git folder
.git
# NPM
node_modules
npm-debug.log
# Package
package-lock.json
# Testing
.nyc_output
# Mac
.DS_Store
# cache
.cache
# env
.env