ngx-translate-extract/.gitignore

21 lines
213 B
Plaintext
Raw Normal View History

2016-12-03 17:09:39 +03:00
# IDE
.vscode
.idea
2016-12-03 17:09:39 +03:00
# Logs and other files
npm-debug.log*
.DS_Store
# Compiled files
dist
# Extracted strings
strings.json
strings.pot
2016-12-03 17:09:39 +03:00
# Dependency directory
node_modules
# Source maps for JS builds
*.js.map