Skip to content

Commit

Permalink
Hold back datafaker
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 21, 2024
1 parent a64e15c commit 9756dce
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
### Base set
# Deployment
*.md
.dockerignore
.git/
.gitignore
.github/
Containerfile
Dockerfile
openshift.*.y*ml
docker-compose*.y*ml

# Node
**/node_modules/
.eslint*
.prettier*
nodemon*.json
npm-debug.*

# Env
.env
.env.*

# Generated
**/.build/
**/.dist/
**/build/
**/coverage/
**/cypress/
**/dist/
**/test/
**/target/
*.sarif
cypress.*
jest.*

# System
.DS_Store
.vscode
.ps1
thumbs.db
2 changes: 1 addition & 1 deletion backend-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.4.2</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand Down

0 comments on commit 9756dce

Please sign in to comment.