Skip to content

Commit de021fc

Browse files
committed
Updated git files
1 parent 7cd7751 commit de021fc

File tree

5 files changed

+20
-25
lines changed

5 files changed

+20
-25
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.gitattributes
12
.gitignore
23
docker-test.sh
34
README.md

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.gitignore

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
### Mac
1+
# OSX
22
._*
3+
.AppleDouble
34
.DS_Store
5+
.LSOverride
46
.Spotlight-V100
57
.Trashes
68

7-
### Intellij
8-
.idea/
9-
*.iml
10-
*.iws
9+
# SublimeText
10+
*.sublime-workspace
11+
12+
# VSCode
13+
.vscode/*
14+
!.vscode/settings.json
15+
!.vscode/tasks.json
16+
!.vscode/launch.json
17+
18+
# PhpStorm
19+
.idea/*
20+
*.iml

docker-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
docker build -t suzel/docker-processwire .

docker-test.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)