Skip to content

Commit e6e6067

Browse files
author
yashksaini-coder
committed
chore: add .dockerignore file and update README for project clarity
1 parent 1baa66f commit e6e6067

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

.dockerignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Environment files
2+
.env
3+
.env.*
4+
*.env
5+
6+
# Version control
7+
.git
8+
.gitignore
9+
.svn
10+
.hg
11+
12+
# Development files
13+
node_modules
14+
venv
15+
__pycache__
16+
*.pyc
17+
*.pyo
18+
*.pyd
19+
.Python
20+
.pytest_cache
21+
.coverage
22+
coverage
23+
.tox
24+
25+
# IDE specific files
26+
.idea
27+
.vscode
28+
*.swp
29+
*.swo
30+
.DS_Store
31+
32+
# Build and dist directories
33+
dist
34+
build
35+
*.egg-info
36+
37+
# Log files
38+
*.log
39+
logs
40+
npm-debug.log*
41+
42+
# Docker specific
43+
Dockerfile
44+
docker-compose*.yml
45+
.docker
46+
47+
# Documentation
48+
docs
49+
README.md
50+
CHANGELOG.md
51+
LICENSE
52+
53+
# Test files
54+
test
55+
tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[![Keep Backend Active](https://github.com/yashksaini-coder/investo-server/actions/workflows/ping.yml/badge.svg)](https://github.com/yashksaini-coder/investo-server/actions/workflows/ping.yml)
22

3-
The Web API service to fetch financial query data from users and other different aspects. Used in the **[Investo-glow](https://github.com/yashksaini-coder/investo-glow)**
3+
The Web API service to fetch financial query data from users and other different aspects. Used in the **[Investo-glow](https://github.com/yashksaini-coder/investo-glow)** project.

0 commit comments

Comments
 (0)