Skip to content

Commit

Permalink
Merge pull request #16 from gosuperfast/core/delete-files
Browse files Browse the repository at this point in the history
deleted unnecessary files
  • Loading branch information
ChunKitJonathanChan authored Dec 16, 2024
2 parents 2e4e3ab + a686299 commit 4776be5
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 672 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# belong in git's global ignore instead:
# `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`

.gem
.idea

# Ignore bundler config.
/.bundle

Expand Down
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/PMDPlugin.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/modules/superfast1.iml

This file was deleted.

326 changes: 0 additions & 326 deletions .idea/superfast.iml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/vcs.xml

This file was deleted.

260 changes: 0 additions & 260 deletions .idea/workspace.xml

This file was deleted.

Empty file removed style/about.css
Empty file.
Empty file removed style/contact.css
Empty file.
Empty file removed style/home.css
Empty file.
13 changes: 0 additions & 13 deletions style/landing.css

This file was deleted.

Empty file removed style/news.css
Empty file.
Empty file removed style/sports.css
Empty file.
Empty file removed style/weather.css
Empty file.
2 changes: 1 addition & 1 deletion test/controllers/landing_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class LandingControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get landing_index_url
get root_url
assert_response :success
end
end
Empty file removed webpage/about.html
Empty file.
Empty file removed webpage/contact.html
Empty file.
Empty file removed webpage/home.html
Empty file.
21 changes: 0 additions & 21 deletions webpage/landing.html

This file was deleted.

Empty file removed webpage/news.html
Empty file.
Empty file removed webpage/sports.html
Empty file.
Empty file removed webpage/weather.html
Empty file.

0 comments on commit 4776be5

Please sign in to comment.