-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b51fd5b
commit 4142392
Showing
32 changed files
with
732 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* | ||
!target/*-runner | ||
!target/*-runner.jar | ||
!target/lib/* | ||
!target/quarkus-app/* |
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,19 @@ | ||
*.xml text eol=lf | ||
*.yaml text eol=lf | ||
*.xlib text eol=lf | ||
*.xdef text eol=lf | ||
*.xmeta text eol=lf | ||
*.java text eol=lf | ||
*.xwf text eol=lf | ||
*.xgen text eol=lf | ||
*.xrun text eol=lf | ||
*.xtask text eol=lf | ||
*.sql text eol=lf | ||
*.json text eol=lf | ||
*.json5 text eol=lf | ||
*.xbiz text eol=lf | ||
*.interp text eol=lf | ||
*.tokens text eol=lf | ||
*.xpl text eol=lf | ||
*.md text eol=lf | ||
*.csv text eol=lf |
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,43 @@ | ||
#Maven | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
release.properties | ||
.flattened-pom.xml | ||
|
||
# Eclipse | ||
.project | ||
.classpath | ||
.settings/ | ||
bin/ | ||
|
||
# IntelliJ | ||
.idea | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# NetBeans | ||
nb-configuration.xml | ||
|
||
# Visual Studio Code | ||
.vscode | ||
.factorypath | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# Vim | ||
*.swp | ||
*.swo | ||
|
||
# patch | ||
*.orig | ||
*.rej | ||
|
||
# Plugin directory | ||
/.quarkus/cli/plugins/ | ||
|
||
_dump | ||
/db |
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,5 @@ | ||
* | ||
!target/*-runner | ||
!target/*-runner.jar | ||
!target/lib/* | ||
!target/quarkus-app/* |
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,19 @@ | ||
*.xml text eol=lf | ||
*.yaml text eol=lf | ||
*.xlib text eol=lf | ||
*.xdef text eol=lf | ||
*.xmeta text eol=lf | ||
*.java text eol=lf | ||
*.xwf text eol=lf | ||
*.xgen text eol=lf | ||
*.xrun text eol=lf | ||
*.xtask text eol=lf | ||
*.sql text eol=lf | ||
*.json text eol=lf | ||
*.json5 text eol=lf | ||
*.xbiz text eol=lf | ||
*.interp text eol=lf | ||
*.tokens text eol=lf | ||
*.xpl text eol=lf | ||
*.md text eol=lf | ||
*.csv text eol=lf |
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,43 @@ | ||
#Maven | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
release.properties | ||
.flattened-pom.xml | ||
|
||
# Eclipse | ||
.project | ||
.classpath | ||
.settings/ | ||
bin/ | ||
|
||
# IntelliJ | ||
.idea | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# NetBeans | ||
nb-configuration.xml | ||
|
||
# Visual Studio Code | ||
.vscode | ||
.factorypath | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# Vim | ||
*.swp | ||
*.swo | ||
|
||
# patch | ||
*.orig | ||
*.rej | ||
|
||
# Plugin directory | ||
/.quarkus/cli/plugins/ | ||
|
||
_dump | ||
/db |
19 changes: 19 additions & 0 deletions
19
nop-codegen/src/main/resources/_vfs/nop/templates/orm/.gitattributes
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,19 @@ | ||
*.xml text eol=lf | ||
*.yaml text eol=lf | ||
*.xlib text eol=lf | ||
*.xdef text eol=lf | ||
*.xmeta text eol=lf | ||
*.java text eol=lf | ||
*.xwf text eol=lf | ||
*.xgen text eol=lf | ||
*.xrun text eol=lf | ||
*.xtask text eol=lf | ||
*.sql text eol=lf | ||
*.json text eol=lf | ||
*.json5 text eol=lf | ||
*.xbiz text eol=lf | ||
*.interp text eol=lf | ||
*.tokens text eol=lf | ||
*.xpl text eol=lf | ||
*.md text eol=lf | ||
*.csv text eol=lf |
43 changes: 43 additions & 0 deletions
43
nop-codegen/src/main/resources/_vfs/nop/templates/orm/.gitignore
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,43 @@ | ||
#Maven | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
release.properties | ||
.flattened-pom.xml | ||
|
||
# Eclipse | ||
.project | ||
.classpath | ||
.settings/ | ||
bin/ | ||
|
||
# IntelliJ | ||
.idea | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# NetBeans | ||
nb-configuration.xml | ||
|
||
# Visual Studio Code | ||
.vscode | ||
.factorypath | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# Vim | ||
*.swp | ||
*.swo | ||
|
||
# patch | ||
*.orig | ||
*.rej | ||
|
||
# Plugin directory | ||
/.quarkus/cli/plugins/ | ||
|
||
_dump | ||
/db |
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,5 @@ | ||
* | ||
!target/*-runner | ||
!target/*-runner.jar | ||
!target/lib/* | ||
!target/quarkus-app/* |
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,19 @@ | ||
*.xml text eol=lf | ||
*.yaml text eol=lf | ||
*.xlib text eol=lf | ||
*.xdef text eol=lf | ||
*.xmeta text eol=lf | ||
*.java text eol=lf | ||
*.xwf text eol=lf | ||
*.xgen text eol=lf | ||
*.xrun text eol=lf | ||
*.xtask text eol=lf | ||
*.sql text eol=lf | ||
*.json text eol=lf | ||
*.json5 text eol=lf | ||
*.xbiz text eol=lf | ||
*.interp text eol=lf | ||
*.tokens text eol=lf | ||
*.xpl text eol=lf | ||
*.md text eol=lf | ||
*.csv text eol=lf |
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,43 @@ | ||
#Maven | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
release.properties | ||
.flattened-pom.xml | ||
|
||
# Eclipse | ||
.project | ||
.classpath | ||
.settings/ | ||
bin/ | ||
|
||
# IntelliJ | ||
.idea | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# NetBeans | ||
nb-configuration.xml | ||
|
||
# Visual Studio Code | ||
.vscode | ||
.factorypath | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# Vim | ||
*.swp | ||
*.swo | ||
|
||
# patch | ||
*.orig | ||
*.rej | ||
|
||
# Plugin directory | ||
/.quarkus/cli/plugins/ | ||
|
||
_dump | ||
/db |
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,5 @@ | ||
* | ||
!target/*-runner | ||
!target/*-runner.jar | ||
!target/lib/* | ||
!target/quarkus-app/* |
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,19 @@ | ||
*.xml text eol=lf | ||
*.yaml text eol=lf | ||
*.xlib text eol=lf | ||
*.xdef text eol=lf | ||
*.xmeta text eol=lf | ||
*.java text eol=lf | ||
*.xwf text eol=lf | ||
*.xgen text eol=lf | ||
*.xrun text eol=lf | ||
*.xtask text eol=lf | ||
*.sql text eol=lf | ||
*.json text eol=lf | ||
*.json5 text eol=lf | ||
*.xbiz text eol=lf | ||
*.interp text eol=lf | ||
*.tokens text eol=lf | ||
*.xpl text eol=lf | ||
*.md text eol=lf | ||
*.csv text eol=lf |
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,43 @@ | ||
#Maven | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
release.properties | ||
.flattened-pom.xml | ||
|
||
# Eclipse | ||
.project | ||
.classpath | ||
.settings/ | ||
bin/ | ||
|
||
# IntelliJ | ||
.idea | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# NetBeans | ||
nb-configuration.xml | ||
|
||
# Visual Studio Code | ||
.vscode | ||
.factorypath | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# Vim | ||
*.swp | ||
*.swo | ||
|
||
# patch | ||
*.orig | ||
*.rej | ||
|
||
# Plugin directory | ||
/.quarkus/cli/plugins/ | ||
|
||
_dump | ||
/db |
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,5 @@ | ||
* | ||
!target/*-runner | ||
!target/*-runner.jar | ||
!target/lib/* | ||
!target/quarkus-app/* |
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,19 @@ | ||
*.xml text eol=lf | ||
*.yaml text eol=lf | ||
*.xlib text eol=lf | ||
*.xdef text eol=lf | ||
*.xmeta text eol=lf | ||
*.java text eol=lf | ||
*.xwf text eol=lf | ||
*.xgen text eol=lf | ||
*.xrun text eol=lf | ||
*.xtask text eol=lf | ||
*.sql text eol=lf | ||
*.json text eol=lf | ||
*.json5 text eol=lf | ||
*.xbiz text eol=lf | ||
*.interp text eol=lf | ||
*.tokens text eol=lf | ||
*.xpl text eol=lf | ||
*.md text eol=lf | ||
*.csv text eol=lf |
Oops, something went wrong.