-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Carina Ursu <[email protected]>
- Loading branch information
1 parent
6688a61
commit fe5a9ba
Showing
56 changed files
with
448 additions
and
44,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,8 @@ app/public/styles/*.css | |
.cache/ | ||
venv/ | ||
*.tsbuildinfo | ||
*.log | ||
**.orig | ||
|
||
# Frontend | ||
.awcache/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
.env | ||
*.swp | ||
LICENSE | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Packages | ||
bin/ | ||
build/ | ||
dist/ | ||
downloads/ | ||
env/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
|
||
# Translations | ||
*.mo | ||
|
||
# build packages or files that shouldn't be in repo | ||
node_modules | ||
bower_components | ||
.sass-cache | ||
.tmp | ||
app/public/dist | ||
app/public/styles/*.css | ||
|
||
# Mr Developer (mac, editor, IDEs, etc) | ||
.mr.developer.cfg | ||
.project | ||
.pydevproject | ||
.vagrant | ||
.ropeproject | ||
.tmp | ||
.sass-cache | ||
.DS_Store | ||
.zedstate | ||
.idea | ||
.cache/ | ||
venv/ | ||
*.tsbuildinfo | ||
*.log | ||
**.orig | ||
|
||
# Frontend | ||
.awcache/ | ||
.dist/ | ||
npm-debug.log | ||
jest | ||
jest_0 | ||
.coverage/ | ||
|
||
# yarn related | ||
node_modules | ||
.pnp.* | ||
*.yalc | ||
yalc.lock | ||
**/.yarn/* | ||
yarn-error.log | ||
!**/.yarn/plugins | ||
!**/.yarn/releases | ||
!**/.yarn/sdks | ||
!**/.yarn/versions | ||
# patches contain the patchfiles which have been generated with the `yarn patch-commit` command. | ||
# We always want them in repository, since they are necessary to install dependencies. | ||
!.yarn/patches | ||
|
||
# Certs | ||
.srl | ||
certificate/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
singleQuote: true | ||
tabWidth: 2 | ||
printWidth: 100 | ||
printWidth: 80 | ||
trailingComma: "all" | ||
useTabs: false | ||
semi: true | ||
|
||
arrowParens: "avoid" | ||
bracketSpacing: true | ||
htmlWhitespaceSensitivity: "css" | ||
|
||
overrides: | ||
- files: ["*.yml", "*.yaml"] | ||
options: | ||
singleQuote: false | ||
- files: ["*.html"] | ||
options: | ||
tabWidth: 4 | ||
- files: ["dockerfile"] | ||
options: | ||
useTabs: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.