Skip to content
Snippets Groups Projects
Commit 820a894e authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

init project

parent 14bd8ab2
No related branches found
No related tags found
No related merge requests found
#This file is generated by ADITO designer. Do NOT delete or modify!
#Wed Mar 09 13:38:17 CET 2022
version=6.2.4
### Set the default behavior for text files (lineendings will be converted by git)
* text=auto
### Declare files that will always have CRLF line endings on checkout (Example: windows bat file)
*.bat text eol=crlf
### Declare files that will always have LF line endings on checkout. (Example: linux .sh script)
*.sh text eol=lf
### Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jasper binary
/.aditoprj/cache
/.aditoprj/UUIDNameMap.txt
/.idea
/data
/others/db_changes/liqui_update.bat
/others/db_changes/liqui_reset.ps1
/others/jsdocOut
/userhelp
/system/dev_local
# NodeJS
node_modules/
# NodeJS / Cypress
cypress/videos
cypress/screenshots
cypress/reports
.npmrc 0 → 100644
@aditosoftware:registry=https://nexus.adito.cloud/repository/xrm
# Git
.git
.gitignore
.gitattributes
# ADITO
.aditoprj
dist
others
jsconfig.json
# NPM
node_modules
package.json
package-lock.json
{
"compilerOptions": {
"module": "es6",
"target": "es6",
"moduleResolution": "node",
"baseUrl": ".",
"checkJs": true,
"noEmit": true,
"removeComments": true,
"strict": false,
"paths": {
"*": [ "process/*/process" ]
}
}
}
{
"name": "@aditosoftware/root",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@aditosoftware/root",
"version": "1.0.0",
"dependencies": {
"@aditosoftware/utility": "../utility"
}
},
"../utility": {
"version": "1.0.0",
"dependencies": {
"@aditosoftware/jdito-types": "^2022.0.0"
},
"devDependencies": {
"typescript": "^4.6.2"
}
},
"node_modules/@aditosoftware/utility": {
"resolved": "../utility",
"link": true
}
},
"dependencies": {
"@aditosoftware/utility": {
"version": "file:../utility",
"requires": {
"@aditosoftware/jdito-types": "^2022.0.0",
"typescript": "^4.6.2"
}
}
}
}
{
"name": "@aditosoftware/root",
"private": true,
"type": "module",
"version": "1.0.0",
"dependencies": {
"@aditosoftware/utility": "../utility"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment