mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 11:41:51 +00:00
re-add gitignore
This commit is contained in:
parent
8b5adc7c08
commit
9dc563c9df
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
target/
|
||||||
|
dbt_modules/
|
||||||
|
# newer versions of dbt use this directory instead of dbt_modules for test dependencies
|
||||||
|
dbt_packages/
|
||||||
|
logs/
|
||||||
|
|
||||||
|
.venv/
|
||||||
|
.python-version
|
||||||
|
|
||||||
|
# Visual Studio Code files
|
||||||
|
*/.vscode
|
||||||
|
*.code-workspace
|
||||||
|
.history/
|
||||||
|
**/.DS_Store
|
||||||
|
.vscode/
|
||||||
|
.env
|
||||||
|
dbt-env/
|
||||||
|
package-lock.yml
|
||||||
Loading…
Reference in New Issue
Block a user