Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luks04 committed Aug 11, 2020
0 parents commit 14d511e
Show file tree
Hide file tree
Showing 2,052 changed files with 236,954 additions and 0 deletions.
Binary file added ._.editorconfig
Binary file not shown.
Binary file added ._.gitignore
Binary file not shown.
Binary file added ._DB_NBA_for_all.sql
Binary file not shown.
Binary file added ._application
Binary file not shown.
Binary file added ._asset
Binary file not shown.
Binary file added ._composer.json
Binary file not shown.
Binary file added ._contributing.md
Binary file not shown.
Binary file added ._index.php
Binary file not shown.
Binary file added ._license.txt
Binary file not shown.
Binary file added ._readme.rst
Binary file not shown.
Binary file added ._system
Binary file not shown.
Binary file added ._user_guide
Binary file not shown.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*]
charset = utf-8

# Tab indentation (no size specified)
indent_style = tab
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.DS_Store

application/cache/*
!application/cache/index.html

application/logs/*
!application/logs/index.html

!application/*/.htaccess

composer.lock

user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
/vendor/

# IDE Files
#-------------------------
/nbproject/
.idea/*

## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
/tests/tests/
/tests/results/
Loading

0 comments on commit 14d511e

Please sign in to comment.