Formed structure of the repository

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 14:30:54 +04:00
parent 5b5f4751a9
commit 9509148e9d
9 changed files with 506 additions and 399 deletions

23
.gitignore vendored
View File

@ -1,3 +1,21 @@
### Git ###
# Created by git for backups. To disable backups in Git:
.git/
# $ git config --global mergetool.keepBackup false
*.orig
# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
### Linux ###
*~
@ -176,3 +194,8 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
### Project ###
# Resulting code
/*.js