Skip to content

Commit 9060b68

Browse files
committed
Update codebase with various changes
1 parent df973ca commit 9060b68

21 files changed

+87
-367
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313
*.mp3 binary
1414

1515
# Exclude files generated by Vue CLI (compiled output)
16-
/dist/* binary
1716
/node_modules/* binary
18-
/public/* binary

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ coverage
3131
/package-lock.json
3232
/yarn.lock
3333

34-
# Ignore generated files
35-
output
36-
output/
37-
*.exe
3834

3935
# Ignore editor specific files
4036
.idea

deploy.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

dist/css/app.b5725cdb.css renamed to dist/css/app.1431e1d1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* * Intro-It Project - Create a Particle Animation Background * * This code is part of the Intro-It project, which aims to create an engaging and interactive * introduction for your GitHub profile readme.md using a particle animation background. * It adds a dynamic and visually appealing background to your GitHub profile, making it more * attractive and memorable. * * Project Repository: https://github.com/Coder2Mo/Intro-It * * Author: Mohamed Salem * Email: [email protected] * Copyright (C) 2023 Mohamed Salem. All rights reserved. * Licensed under the MIT License. */<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="icon.ico"><title>Intro-It</title><script defer="defer" type="module" src="/js/chunk-vendors.605f5cc1.js"></script><script defer="defer" type="module" src="/js/app.9e06811d.js"></script><link href="/css/app.b5725cdb.css" rel="stylesheet"><script defer="defer" src="/js/chunk-vendors-legacy.605f5cc1.js" nomodule></script><script defer="defer" src="/js/app-legacy.9e06811d.js" nomodule></script></head><body><script src="js/nodes.js"></script><script>// Initialize Nodes.js with configuration options
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="icon.ico"><title>Intro-It</title><script defer="defer" type="module" src="/js/chunk-vendors.605f5cc1.js"></script><script defer="defer" type="module" src="/js/app.ea7f2234.js"></script><link href="/css/app.1431e1d1.css" rel="stylesheet"><script defer="defer" src="/js/chunk-vendors-legacy.605f5cc1.js" nomodule></script><script defer="defer" src="/js/app-legacy.ea7f2234.js" nomodule></script></head><body><script src="js/nodes.js"></script><script>// Initialize Nodes.js with configuration options
22
const canvasId = 'nodes';
33

44
const handleResize = debounce(() => {

dist/js/app-legacy.9e06811d.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/js/app-legacy.9e06811d.js renamed to dist/js/app-legacy.ea7f2234.js

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

dist/js/app-legacy.ea7f2234.js.map

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

dist/js/app.9e06811d.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/js/app.9e06811d.js renamed to dist/js/app.ea7f2234.js

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

0 commit comments

Comments
 (0)