Update TypeScript.gitignore
This commit is contained in:
parent
c175c2133f
commit
4dc05a18e6
@ -1,8 +1,63 @@
|
||||
#Files for the code
|
||||
lib-cov
|
||||
|
||||
*.ts
|
||||
*.typescript
|
||||
*.seed
|
||||
|
||||
#Executables
|
||||
*.exe
|
||||
*.app
|
||||
*.log
|
||||
|
||||
*.csv
|
||||
|
||||
*.dat
|
||||
|
||||
*.out
|
||||
|
||||
*.pid
|
||||
|
||||
*.gz
|
||||
|
||||
*.swp
|
||||
|
||||
pids
|
||||
|
||||
logs
|
||||
|
||||
results
|
||||
|
||||
tmp
|
||||
|
||||
# Build
|
||||
|
||||
public/css/main.css
|
||||
|
||||
# Coverage reports
|
||||
|
||||
coverage
|
||||
|
||||
# API keys and secrets
|
||||
|
||||
.env
|
||||
|
||||
# Dependency directory
|
||||
|
||||
node_modules
|
||||
|
||||
bower_components
|
||||
|
||||
# Editors
|
||||
|
||||
.idea
|
||||
|
||||
*.iml
|
||||
|
||||
# OS metadata
|
||||
|
||||
.DS_Store
|
||||
|
||||
Thumbs.db
|
||||
|
||||
# Ignore built ts files
|
||||
|
||||
dist/**/*
|
||||
|
||||
# ignore yarn.lock
|
||||
|
||||
yarn.lock
|
||||
|
Loading…
Reference in New Issue
Block a user