summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0acc030e456608236e05ffe22af39512abfb529d (plain)
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
27
*
!.gitignore
!COPYING
!README.md
!specification.md

!doc
doc/*
!doc/README.md
!doc/EXAMPLE_WORKFLOWS.md

!python/
python/*
!python/forgefed_constants.py
!python/forgefed_model.py
!python/forgefed_controller.py
!python/forgefed_wsgi.py
!python/run-dev-server

!vocabulary/
!vocabulary/*
!vocabulary/COMMENT.md
!vocabulary/ISSUE.md
!vocabulary/PULL-REQUEST.md
!vocabulary/README.md
!vocabulary/REPOSITORY.md
!vocabulary/VOCABULARY.md