removed files from the remote
This commit is contained in:
parent
0e275a5bc6
commit
47c4afa99e
5
.idea/.gitignore
vendored
5
.idea/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
|
@ -1 +0,0 @@
|
|||
index.js
|
|
@ -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>
|
|
@ -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>
|
|
@ -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
28
vars.js
|
@ -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
|
||||
};
|
Loading…
Reference in New Issue
Block a user