Skip to content

Commit 8bde351

Browse files
author
Ivelin Ivanov
authored
chore: cleanup cache from git (#13)
Signed-off-by: ivelin <[email protected]>
1 parent 9d2a736 commit 8bde351

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tasks:
2626
- command: |
2727
echo "Starting http server for local HTML files preview"
2828
cd javascript
29-
npx browser-sync start -s -w
29+
npx browser-sync start --watch --directory --server "../"
3030
3131
ports:
3232
- port: 8080
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.peerjsrc
2-
peerjs-config.yaml
2+
peerjs-config.yaml
3+
# Python Byte-compiled / optimized / DLL files
4+
__pycache__/
5+
*.py[cod]
Binary file not shown.

python/src/peerfetch/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Python Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
Binary file not shown.

0 commit comments

Comments
 (0)