removed files from the remote

This commit is contained in:
bdaneels 2024-12-03 16:43:00 +01:00
parent 0e275a5bc6
commit 47c4afa99e
6 changed files with 0 additions and 60 deletions

5
.idea/.gitignore vendored
View File

@ -1,5 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

View File

@ -1 +0,0 @@
index.js

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/sisa_crawl.iml" filepath="$PROJECT_DIR$/.idea/sisa_crawl.iml" />
</modules>
</component>
</project>

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

28
vars.js
View File

@ -1,28 +0,0 @@
/* Top Level Vars*/
const email = 'bdaneels@ad.ua.ac.be'
const password = 'Heideggershut18891'
const webpage = 'https://sisaweb.uantwerpen.be'
const runId = 'bd'
const dasbhoardInschrijvingenURL = 'https://app.sisaweb.uantwerpen.be/psc/csprd_3/EMPLOYEE/SA/c/QQ_INSCHRIJVINGEN.QQ_OVERZ_ING_STDL.GBL?NavColl=true'
/* Dashboard Form Vars*/
const career = 'BACA'
const program = 'B0011'
const academicYear = '2240'
module.exports = {
email,
password,
webpage,
runId,
dasbhoardInschrijvingenURL,
career,
program,
academicYear
};