-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
40 lines (39 loc) · 1.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/_assets/
/vendor/
/node_modules/
/bower_components/
/mailoutput/
/public/storage/
/public/build/
/public/js/
!/public/js/modernizr.custom.js
/public/css/main.css
/public/css/picker.css
/public/mix-manifest.json
/public/firebase-messaging-sw.js
/public/firebase-messaging-sw.js.LICENSE.txt
/public/note_imgs/
Homestead.yaml
Homestead.json
.env
*.map
*.rnd
storage/sites/*
storage/*.key
*scratch.*
*.key
/_ide_helper.php
/public/badges/2x/
/public/badges/4x/
/hudsonvillewaterpolo-firebase-adminsdk-9e3vw-e89ad9baad.json
# +----------------------------+
# | Keep .gitkeep files |
# +----------------------------+-------------------------------+
# | To keep an empty directory, add a .gitkeep file to it |
# | and ignore the directory with a wildcard: |
# | |
# | /path/to/dir/* |
# | |
# | this will ignore the content but not the director itself. |
# +------------------------------------------------------------+
!/**/.gitkeep