mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-01-10 04:57:59 -05:00
Merge pull request #97 from zama-ai/revert-94-0xf333/fix_for_gitignore
Revert "chore: Update .gitignore for the project repo"
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -1,10 +1,10 @@
|
||||
# Current ignores
|
||||
decrypt/target
|
||||
decrypt/ciphertexts
|
||||
res/
|
||||
node_modules/
|
||||
.venv
|
||||
.vscode
|
||||
|
||||
node_modules
|
||||
.env
|
||||
coverage
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user