forked from gamonoid/icehrm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (37 loc) · 750 Bytes
/
.gitignore
File metadata and controls
37 lines (37 loc) · 750 Bytes
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
/.settings
/.buildpath
/.project
.idea/
/build
/deployment/clients/dev/data/*
/deployment/clients/test/data/*
/deployment/clients/local/data/*
/.vagrant
keys.tags.pub
keys.dev.pub
/app/config-dev.php
/app/icehrm.key
/app/data/*.*
/app/data/keys/*
!/app/data/index.php
!/app/data/.htaccess
icehrm.key
cache.properties
node_modules/*
test/frontend/node_modules/*
web/dist/*.map
web/admin/dist/*.map
web/modules/dist/*.map
test/frontend/cypress/videos/*
test/frontend/cypress/screenshots/*
.gitkeep
web/node_modules
/frontend/node_modules/*
docker/development/db_data
docker/prod/db_data
docker/prod/app_data
docker/testing/db_data
!deployment/vagrant/ssl/icehrm.key
/web/dist/vendor.js.map
/web/dist/admin-bundle.js.map
/web/dist/modules-bundle.js.map