Skip to content

Commit

Permalink
Revert "chore: Update .gitignore for the project repo"
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu authored Jul 27, 2023
1 parent ae546da commit c93234a
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions .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,47 +16,3 @@ 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 c93234a

Please sign in to comment.