Skip to content

Commit 1b6d90d

Browse files
Merge pull request #4 from Giacomo-Cattani/dev
Dev
2 parents ec84a57 + 55f8e33 commit 1b6d90d

File tree

3 files changed

+46
-3
lines changed

3 files changed

+46
-3
lines changed

.npmignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Ignore development files and directories
2+
node_modules/
3+
dist/
4+
build/
5+
coverage/
6+
7+
# Ignore configuration files
8+
*.config.js
9+
.env
10+
11+
# Ignore version control files
12+
.git/
13+
.github/
14+
.gitignore
15+
16+
# Ignore build artifacts
17+
*.log
18+
*.zip
19+
*.tar.gz
20+
21+
# Ignore documentation files
22+
docs/
23+
24+
# Ignore test files
25+
test/
26+
*.test.js
27+
28+
# Ignore editor and IDE files
29+
.vscode/
30+
.idea/
31+
*.sublime-project
32+
*.sublime-workspace
33+
34+
# Ignore miscellaneous files
35+
.DS_Store
36+
Thumbs.db
37+
38+
# Ignore example and JSON files
39+
example/
40+
json/
41+
42+
# Ignore TODO files
43+
TODO.md

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "football-engine",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "An engine for simulating football matches",
55
"main": "engine.js",
66
"type": "module",

0 commit comments

Comments
 (0)