forked from matecat/MateCat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (42 loc) · 733 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (42 loc) · 733 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# IDE stuffs
.settings
.idea
.project
nbproject/
# Configuration files
.num_processes
inc/login_secret.dat
inc/oauth_config.ini
inc/Error_Mail_List.ini
inc/config.ini
inc/config.test.ini
inc/config.development.ini
inc/.globalmessage.ini
inc/oauth-token-key.txt
# Ignore artifacts
public/css/app.css
public/css/app.css.map
public/css/upload-build.css
public/js/build
# NodeJs stuff
nodejs/*.log
node_modules
# Development env config files
.agignore
.vagrant
# More stuffs
Test_Local/*
unitTest/xhGui/
unitTest/coverage/*
internal_scripts
local_storage
lib/Utils/fileupload/thumbnails/*
task_manager_config.ini
# advised local folder for test files
test-storage
# composer files
composer.phar
vendor
.env
phinx.yml
plugins/*