Skip to content

Commit db78f9a

Browse files
Sami Kerbouteherewithme
authored andcommitted
first public commit
0 parents  commit db78f9a

70 files changed

Lines changed: 10511 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.distignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.git
2+
bin
3+
node_modules
4+
tests
5+
.idea
6+
.distignore
7+
.dockerignore
8+
.env.testing
9+
.gitignore
10+
.DS_Store
11+
composer.json
12+
composer.lock
13+
grumphp.yml
14+
LICENCE
15+
old-bitbucket-pipelines.yml
16+
package.json
17+
package-lock.json
18+
phpcs.xml
19+
psalm.xml
20+
README.md

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
4+
5+
# Folder config file
6+
Desktop.ini
7+
8+
# Recycle Bin used on file shares
9+
$RECYCLE.BIN/
10+
11+
# Mac crap
12+
.DS_Store
13+
14+
# Sublime
15+
*.sublime-project
16+
*.sublime-workspace
17+
18+
# PhpStorm
19+
.idea
20+
21+
# Eclipse
22+
*.pydevproject
23+
.project
24+
.metadata
25+
build/
26+
tmp/
27+
28+
# Grunt
29+
node_modules
30+
31+
# Vendor
32+
vendor
33+
34+
# Temporary files
35+
*~

assets/css/app.css

Lines changed: 211 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/notice.css

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/images/sf_logo.svg

Lines changed: 9 additions & 0 deletions
Loading

assets/images/sf_marketing.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)