Skip to content

Commit

Permalink
[up] next initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiacMaxo committed Nov 28, 2021
1 parent a786705 commit 87273f9
Show file tree
Hide file tree
Showing 150 changed files with 4,967 additions and 13,933 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"next/babel"
]
}
36 changes: 34 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
.idea/
.vscode/
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel
File renamed without changes.
12 changes: 6 additions & 6 deletions frontend/.prettierrc → .prettierrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"printWidth": 80,
"bracketSpacing": true,
"jsxSingleQuote": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"semi": false,
"overrides": [
{
"files": ["*.json", "*rc", "*.yml"],
"options": {
"tabWidth": 2
}
}
]
],
"printWidth": 80,
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none"
}
35 changes: 0 additions & 35 deletions backend/.gitignore

This file was deleted.

117 changes: 0 additions & 117 deletions backend/.mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file removed backend/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions backend/.mvn/wrapper/maven-wrapper.properties

This file was deleted.

21 changes: 0 additions & 21 deletions backend/docker-compose.yml

This file was deleted.

7 changes: 0 additions & 7 deletions backend/example.env

This file was deleted.

Loading

0 comments on commit 87273f9

Please sign in to comment.