forked from Minds/front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (54 loc) · 773 Bytes
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/.angular/cache
cache
cache_directory
# Ignore front end plugins
#app/src/plugins
#app/templates/plugins
app/stylesheets/plugins.scss
app/stylesheets/plugins
public
dist
/tests/ng-spec
coverage
src/main.css
!.gitlab-ci.yml
tsd_typings
src/assets/locale
/.htaccess
.htaccess
/2
#ignore composer
/vendor
/components
# ignore IDE/hidden/OS cache files
.*
*~
!/.gitignore
!/.angular-cli.json
/nbproject
/nb-configuration.xml
Session.vim
*.tmproj
*.tmproject
tmtags
Thumbs.db
Desktop.ini
node_modules
cypress/screenshots
cypress/videos
# don't ignore travis config
!/.travis.yml
!/.drone.yml
!/.gitlab
!/.githooks
!/.prettierrc
!/.prettierignore
!.gitattributes
!.gitkeep
!/.nvmrc
!/.husky
!/.storybook
cypress-tests
e2e/test/error-screenshots
e2e/test/.env
graphql.config.yml