Skip to content

Commit 214c55f

Browse files
authored
reorganize tombolo into subfolder with docusaurus at the top level (#751)
* reorganize tombolo into subfolder with docusaurus at the top level * updates * updates * update docusaurus to latest version * Under Construction messages
1 parent 85e7716 commit 214c55f

File tree

609 files changed

+15982
-19
lines changed

Some content is hidden

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

609 files changed

+15982
-19
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
**/logs
22
**/node_modules
3-
.env
3+
*.env
4+
*/.env
45
*.DS_Store
56
**/bower_components
67
**/build

Diff for: Tombolo/.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = false
6+
trim_trailing_whitespace = true
7+
charset = utf-8
8+
indent_style = space
9+
indent_size = 2

Diff for: .env.sample renamed to Tombolo/.env.sample

File renamed without changes.
File renamed without changes.

Diff for: Tombolo/.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Treat all text files without a CR (as we have Docker)
2+
# https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
3+
*.sh text eol=lf
4+
*.js text eol=lf
5+
*.jsx text eol=lf

Diff for: Tombolo/.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**/logs
2+
**/node_modules
3+
.env
4+
*.DS_Store
5+
**/bower_components
6+
**/build
7+
**/mysql-data
8+
**/vscode
9+
**/server/scripts
10+
sequelize-data.json
11+
docs/~$tombolo.pptx
12+
Auth-Service/
13+
gitClones/**
14+
!gitClones/.gitkeep
15+
.vscode
16+
.prettierignore
17+
docker-compose.yml
18+
dev/
19+
https/**
20+
cert.pem
21+
key.pem
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: Tombolo/docs/README.md

+28
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)