init repo

This commit is contained in:
RouxAntoine 2023-07-21 01:08:43 +02:00
commit 3bc08153a3
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
3 changed files with 61 additions and 0 deletions

22
.editorconfig Normal file
View File

@ -0,0 +1,22 @@
# documentation https://editorconfig.org/
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
max_line_length = 130
indent_style = space
trim_trailing_whitespace = true
tab_width = 2
indent_size = 2
[*.java]
indent_size = 4
ij_continuation_indent_size = 4
[{*.xml,*.html}]
indent_size = 4
[Makefile]
indent_style = tab

38
.gitignore vendored Normal file
View File

@ -0,0 +1,38 @@
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store

1
README.md Normal file
View File

@ -0,0 +1 @@
# react / spring example