Skip to content

Commit b65b067

Browse files
author
Leo Urbina
committed
Make this the UI repo
1 parent 6b4b036 commit b65b067

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+18
-2141
lines changed

.gitignore

+18-58
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
12

2-
# Created by https://www.gitignore.io/api/emacs
3-
# Edit at https://www.gitignore.io/?templates=emacs
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
47

5-
### Emacs ###
6-
# -*- mode: gitignore; -*-
7-
*~
8-
\#*\#
9-
/.emacs.desktop
10-
/.emacs.desktop.lock
11-
*.elc
12-
auto-save-list
13-
tramp
14-
.\#*
8+
# testing
9+
/coverage
1510

16-
# Org-mode
17-
.org-id-locations
18-
*_archive
11+
# production
12+
/build
1913

20-
# flymake-mode
21-
*_flymake.*
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
2220

23-
# eshell files
24-
/eshell/history
25-
/eshell/lastdir
26-
27-
# elpa packages
28-
/elpa/
29-
30-
# reftex files
31-
*.rel
32-
33-
# AUCTeX auto folder
34-
/auto/
35-
36-
# cask packages
37-
.cask/
38-
dist/
39-
40-
# Flycheck
41-
flycheck_*.el
42-
43-
# server auth directory
44-
/server/
45-
46-
# projectiles files
47-
.projectile
48-
49-
# directory configuration
50-
.dir-locals.el
51-
52-
# network security
53-
/network-security.data
54-
55-
56-
# End of https://www.gitignore.io/api/emacs
57-
58-
# Sublime Ignores
59-
.eslintrc
60-
*.sublime-project
61-
*.sublime-workspace
62-
63-
# End Sublime Ignores
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

ui/README.md README.md

File renamed without changes.

api/.dockerignore

-1
This file was deleted.

api/.env

-1
This file was deleted.

api/.gitignore

-135
This file was deleted.

api/Dockerfile

-59
This file was deleted.

api/Dockerfile.postgres.dev

-5
This file was deleted.

api/Makefile

-33
This file was deleted.

api/Pipfile

-32
This file was deleted.

0 commit comments

Comments
 (0)