Skip to content

Commit

Permalink
代码生成时自动增加gitignore配置。
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Dec 13, 2023
1 parent b51fd5b commit 4142392
Show file tree
Hide file tree
Showing 32 changed files with 732 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nop-auth/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!target/*-runner
!target/*-runner.jar
!target/lib/*
!target/quarkus-app/*
19 changes: 19 additions & 0 deletions nop-auth/.gitattributes
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 nop-auth/.gitignore
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
5 changes: 5 additions & 0 deletions nop-batch/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!target/*-runner
!target/*-runner.jar
!target/lib/*
!target/quarkus-app/*
19 changes: 19 additions & 0 deletions nop-batch/.gitattributes
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 nop-batch/.gitignore
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
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 nop-codegen/src/main/resources/_vfs/nop/templates/orm/.gitignore
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
5 changes: 5 additions & 0 deletions nop-dev/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!target/*-runner
!target/*-runner.jar
!target/lib/*
!target/quarkus-app/*
19 changes: 19 additions & 0 deletions nop-dev/.gitattributes
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 nop-dev/.gitignore
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
5 changes: 5 additions & 0 deletions nop-file/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!target/*-runner
!target/*-runner.jar
!target/lib/*
!target/quarkus-app/*
19 changes: 19 additions & 0 deletions nop-file/.gitattributes
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 nop-file/.gitignore
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
5 changes: 5 additions & 0 deletions nop-job/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!target/*-runner
!target/*-runner.jar
!target/lib/*
!target/quarkus-app/*
19 changes: 19 additions & 0 deletions nop-job/.gitattributes
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
Loading

0 comments on commit 4142392

Please sign in to comment.