mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 18:54:20 +00:00
Update .gitignore
This commit is contained in:
parent
69f9b424c7
commit
14d9924ea0
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,11 +1,10 @@
|
|||||||
|
syntax: glob
|
||||||
.idea
|
.idea
|
||||||
apierrors/errors
|
apierrors/errors
|
||||||
static/build.json
|
static/build.json
|
||||||
static/dashboard/node_modules
|
static/dashboard/node_modules
|
||||||
static/webapp/node_modules
|
static/webapp/node_modules
|
||||||
static/webapp/.git
|
static/webapp/.git
|
||||||
scripts/
|
|
||||||
generators/
|
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
.ropeproject
|
.ropeproject
|
||||||
@ -20,3 +19,4 @@ build
|
|||||||
dist
|
dist
|
||||||
code.tar.gz
|
code.tar.gz
|
||||||
server/schema/services/_cache.json
|
server/schema/services/_cache.json
|
||||||
|
server/apierrors/errors/*
|
||||||
|
Loading…
Reference in New Issue
Block a user