forked from mdziekon/UniEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (28 loc) · 703 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (28 loc) · 703 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
# Ignore data, log & temp directories
action_logs/
!cache/
cache/**
!cache/img
cache/img/**
!cache/img/signatures
cache/img/signatures/**
!cache/img/signatures/static
!cache/img/signatures/static/*
tmp/
# Ignore installation-related files
install/lock
# Ignore PHP-related files & directories
vendor/
# Ignore app's instance configuration
config/**
!config/.gitkeep
# Custom files that should not be comitted into the base code
language/**/rules.definitions.custom.lang
# Files temporarily removed from further tracking
# (based on https://stackoverflow.com/a/11366713/951007)
config.php
includes/constants.php
# Ignore JavaScript / Node.js -related files & directories
node_modules/
docker/
.env