Skip to content

Commit

Permalink
Merge pull request #94 from 0xf333/0xf333/fix_for_gitignore
Browse files Browse the repository at this point in the history
chore: Update .gitignore for the project repo
  • Loading branch information
immortal-tofu authored Jul 27, 2023
2 parents 6525724 + 271ab9e commit ae546da
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Current ignores
decrypt/target
decrypt/ciphertexts
res/
node_modules/
.venv
.vscode

node_modules
.env
coverage
Expand All @@ -16,3 +16,47 @@ typechain-types
cache
artifacts

# Python files
env/
*.pyc
*.pyo
*.pyd
__pycache__/
*.py[cod]
*$py.class

# Solidity files
build/

# TypeScript files
dist/
*.tsbuildinfo

# Logs and databases
*.log
*.sql
*.sqlite

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Package lock files
package-lock.json
yarn.lock

# IDE/Editor folders
.idea/
*.swp
*.swo
*.swn
*.bak
*.orig
*.old
*.sage.py

0 comments on commit ae546da

Please sign in to comment.