Skip to content

Commit

Permalink
Separate navigation to make code cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
rpofuk committed Sep 27, 2020
1 parent 480372e commit 171779c
Show file tree
Hide file tree
Showing 17 changed files with 3,028 additions and 104 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpofuk/re-gen",
"version": "1.0.3",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion templates/project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
node_modules
.nrepl-port
out
package-lock.json
re-gen.iml
3 changes: 3 additions & 0 deletions templates/project/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# syntax=docker/dockerfile:experimental

FROM docker.io/alphaprosoft/alpha-web-ansibe-img:b47
Loading

0 comments on commit 171779c

Please sign in to comment.