1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| # Ignore everything:
| **
|
| # Except:
| !deploy/docker-entrypoint.d/**
| !deploy/docker-entrypoint.sh
| !deploy/heroku_run.sh
| !deploy/uwsgi.ini
| !deploy/default.conf
| !label_studio/**
| # Re-ignore pyc files and frontend
| label_studio/frontend
| label_studio/**/*.pyc
|
| # FRONTEND
| !web
| !.git
| # Re-ignore node_modules and nx cache
| **/node_modules
| **/.nx
|
| !README.md
| !licenses/**
| !LICENSE
| !pyproject.toml
| !poetry.lock
|
|