mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
Update TypeScript.gitignore
This commit is contained in:
parent
c175c2133f
commit
4dc05a18e6
@ -1,8 +1,63 @@
|
|||||||
#Files for the code
|
lib-cov
|
||||||
|
|
||||||
*.ts
|
*.seed
|
||||||
*.typescript
|
|
||||||
|
|
||||||
#Executables
|
*.log
|
||||||
*.exe
|
|
||||||
*.app
|
*.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