co-supertest
Version:
Integration co with supertest
32 lines (28 loc) • 313 B
Plain Text
# Ignore npm packaging
/node_modules
#Ignore IDEA files
/.idea
# Ignore all logfiles and tempfiles.
*.log
/tmp
# Numerous always-ignore extensions
*~
*.diff
*.patch
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
.cache
.project
.settings
.tmproj
nbproject
Thumbs.db