setup-cpp/.dockerignore

21 lines
227 B
Plaintext
Raw Permalink Normal View History

.git/
# OS metadata
**/.DS_Store
**/Thumbs.db
# Node
**/node_modules
**/package-lock.json
**/temp-*
# TypeScript
**/*.tsbuildinfo
# Build directories
**/packages/*/dist/
**/.parcel-cache
**/exe/
**/*.log
**/*.exe
**/.cache/