Skip to content

Commit cd95e08

Browse files
committed
chore: Update version and add development scrap files to gitignore
This commit increments the project version and adds common development scratch files to the `.gitignore` to prevent them from being committed accidentally.
1 parent a891da3 commit cd95e08

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

diffcraft/generator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
# IDEs
7676
.idea/
7777
.vscode/
78+
# Development Scrap
79+
en.txt
80+
scrap.txt
81+
combined.txt
7882
"""
7983

8084
def generate_gitignore(user_files: list):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "DiffCraft"
7-
version = "2.1.3"
7+
version = "2.1.4"
88
authors = [
99

1010
{ name="Saurabh Baral (bvrvl)", email="saurabh@bvrvl.com" },

0 commit comments

Comments
 (0)