mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
19 lines
222 B
Plaintext
19 lines
222 B
Plaintext
node_modules
|
|
# Keep environment variables out of version control
|
|
.env
|
|
|
|
/generated/prisma
|
|
dist/
|
|
# Hardhat
|
|
artifacts/
|
|
cache/
|
|
typechain-types/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Hardhat network files
|
|
ignition/deployments/
|
|
.openzeppelin/
|