Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jul 23, 2023
1 parent 4b5f140 commit 7eca305
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Block Foundation .gitignore
# v0.0.1

# General
.DS_Store
tmp/

# Environments
.env
*.env
.venv
venv/
env.bak/
venv.bak/

# Node
node_modules
node_modules/
npm-debug.log
components
manifest.json

# C
*.o
*.so
*.bin

0 comments on commit 7eca305

Please sign in to comment.