Skip to content

Commit

Permalink
remove old project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Dec 21, 2023
1 parent 74deeaa commit 9452627
Show file tree
Hide file tree
Showing 68 changed files with 857 additions and 2,834 deletions.
19 changes: 0 additions & 19 deletions .devcontainer/Dockerfile.dev

This file was deleted.

43 changes: 0 additions & 43 deletions .devcontainer/devcontainer.json

This file was deleted.

73 changes: 11 additions & 62 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,67 +1,16 @@
# pytest
.pytest_cache
.cache
# Generated by Cargo
# will have compiled files and executables
/target/
pkg

# GITHUB Proposed Python stuff:
*.py[cod]
# These are backup files generated by rustfmt
**/*.rs.bk

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
pip-wheel-metadata

# Logs
*.log*
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
coverage.xml
nosetests.xml
htmlcov/
test-reports/
test-results.xml
test-output.xml

# venv stuff
pyvenv.cfg
pip-selfcheck.json
venv
.venv
Pipfile*
share/*
/Scripts/

# Visual Studio Code
.vscode/*
!.vscode/cSpell.json
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
.env
# node e2e test tools and outputs
node_modules/
test-results/
end2end/playwright-report/
playwright/.cache/

# Built docs
docs/build

# data directory
data/

# config directory
config/
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/launch.json

This file was deleted.

46 changes: 0 additions & 46 deletions .vscode/settings.json

This file was deleted.

92 changes: 0 additions & 92 deletions .vscode/tasks.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2023-12-21
### Changed
- Rewrite in Rust with Leptos Framework


## [0.2.2] - 2022-06-15
### Fixed
- persist refreshed token
Expand Down Expand Up @@ -27,6 +39,7 @@
- draft of profile page


[0.3.0]: https://github.com/photos-network/frontend/compare/Release/v0.2.2...Release/v0.3.0
[0.2.2]: https://github.com/photos-network/frontend/compare/Release/v0.2.1...Release/v0.2.2
[0.2.1]: https://github.com/photos-network/frontend/compare/Release/v0.2.0...Release/v0.2.1
[0.2.0]: https://github.com/photos-network/frontend/compare/Release/v0.1.0...Release/v0.2.0
Expand Down
Loading

0 comments on commit 9452627

Please sign in to comment.