Skip to content

Commit

Permalink
remove staged ~-files
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh committed Nov 28, 2023
1 parent c97c10d commit ad7537c
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 665 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git
.idea
.vscode

Expand Down
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
__pycache__/
*.py[cod]
*$py.class
**/.DS_Store

# C extensions
*.so
Expand Down Expand Up @@ -106,6 +107,7 @@ dmypy.json
# End of https://www.gitignore.io/api/python

# IDE stuff
**.*~
.vscode
.idea

Expand Down
51 changes: 0 additions & 51 deletions {{cookiecutter.project_slug}}/mypy.ini~

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions {{cookiecutter.project_slug}}/src/apps/a12n/api/urls.py~

This file was deleted.

11 changes: 0 additions & 11 deletions {{cookiecutter.project_slug}}/src/apps/a12n/api/views.py~

This file was deleted.

13 changes: 0 additions & 13 deletions {{cookiecutter.project_slug}}/src/apps/a12n/utils.py~

This file was deleted.

6 changes: 0 additions & 6 deletions {{cookiecutter.project_slug}}/src/apps/users/admin.py~

This file was deleted.

21 changes: 0 additions & 21 deletions {{cookiecutter.project_slug}}/src/apps/users/api/serializers.py~

This file was deleted.

8 changes: 0 additions & 8 deletions {{cookiecutter.project_slug}}/src/apps/users/api/urls.py~

This file was deleted.

26 changes: 0 additions & 26 deletions {{cookiecutter.project_slug}}/src/apps/users/api/viewsets.py~

This file was deleted.

15 changes: 0 additions & 15 deletions {{cookiecutter.project_slug}}/src/core/admin/README.md~

This file was deleted.

8 changes: 0 additions & 8 deletions {{cookiecutter.project_slug}}/src/core/admin/__init__.py~

This file was deleted.

16 changes: 0 additions & 16 deletions {{cookiecutter.project_slug}}/src/core/asgi.py~

This file was deleted.

32 changes: 0 additions & 32 deletions {{cookiecutter.project_slug}}/src/core/settings.py~

This file was deleted.

9 changes: 0 additions & 9 deletions {{cookiecutter.project_slug}}/src/core/testing/__init__.py~

This file was deleted.

79 changes: 0 additions & 79 deletions {{cookiecutter.project_slug}}/src/core/testing/api.py~

This file was deleted.

46 changes: 0 additions & 46 deletions {{cookiecutter.project_slug}}/src/core/testing/factory.py~

This file was deleted.

Loading

0 comments on commit ad7537c

Please sign in to comment.