summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3e58e3b74451ade545d1a20e2e5311023fa5644d (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
28
29
30
31
32
33
34
*
!.gitignore
!COPYING
!README.md

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

!html
!html/*

!logo*

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

!spec/
!spec/*

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