frank/.gitignore
2019-10-10 20:53:03 +03:00

32 lines
324 B
Plaintext

# Scala compiled
target/
# Python compiled
*.pyc
# IntelliJ
.idea
.vscode
*.iml
# MacOS folder metadata
.DS_Store
# Text writing
*.scriv
# Temp
docs/checklist.md
# Node modules
node_modules
**/node_modules
# Fluence CLI binary
tools/deploy/fluence
# Contract typings and ABI
Network.d.ts
Network.json
Dashboard.d.ts