git: ignores local_scripts directory as place to run stuff while developing
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
This commit is contained in:
parent
7aa5ad2eb9
commit
1e76f63725
2
.gitignore
vendored
2
.gitignore
vendored
@ -143,3 +143,5 @@ dmypy.json
|
|||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
*.csv
|
*.csv
|
||||||
|
|
||||||
|
local_scripts/
|
||||||
|
@ -15,4 +15,5 @@ The DiPole DiaGnostic tool.
|
|||||||
|
|
||||||
Commit using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), and when commits are on master, release with `doo release`.
|
Commit using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), and when commits are on master, release with `doo release`.
|
||||||
|
|
||||||
|
### local scripts
|
||||||
|
`local_scripts` folder allows for scripts to be run using this code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user