-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
138 lines (125 loc) · 2.43 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
TODO.md
# Python files
**/__pycache__
*.pyc
*.egg-info
**/nltk_data
**/.local
.bash_history
supervisord.log
supervisord.pid
**/completions/*
**/label-studio/**/upload/*
.idea/
.idea/alegreme.iml
.idea/workspace.xml
web/.generators
web/.rakeTasks
web/webpack-stats.json
ml/api/log/
hint-report/
.DS_Store
web/yarn-error.log
web/core
web/gems/*
web/stats.json
data/
keystore
logs/
sitemap.xml.gz
scrapy/data
# web/Gemfile.lock
web/*.rbc
web/capybara-*.html
web/.rspec
web/log
web/tmp
web/db/*.sqlite3
web/db/*.sqlite3-journal
web/public/system
web/coverage/
web/spec/tmp
web/*.orig
web/rerun.txt
web/pickle-email-*.html
web/public/packs/
web/public/assets/
web/tmp/
web/db/schema.rb
web/db/test.sqlite3
web/db/development.sqlite3
web/.idea/
web/db/backups/
wip.py
.scrapy/
ml/__pycache__
ml/label-studio/label-studio-ml-backend
web/tmp/pids
web/tmp/cache
web/.idea/workspace.xml
web/public/packs-test/
.~lock*
*.jpeg~
*.png~
*.kra
*.swp
*.swo
*.ods
.pem
.vscode/
usr/
storage/
web/storage
structure.sql
ml/api/__pycache__/
scrapy/alegreme/__pycache__/
scrapy/alegreme/spiders/__pycache__/
web/log/
web/log/development.log
web/.rake_tasks~
web/vendor/cache/
web/public/assets/.sprockets*.json
web/public/assets/application-*
web/public/uploads/
web/public/assets/@stimulus
web/public/assets/logo-*
web/public/assets/bot/client-*
web/public/assets/image-*
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb
config/master.key
# Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml
# dotenv
# TODO Comment out this rule if environment variables can be committed
## Environment normalization:
/.bundle
/vendor/bundle
# these should all be checked in to normalize the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json
# Ignore pow environment settings
.powenv
# Ignore Byebug command history file.
.byebug_history
# Ignore node_modules
node_modules/
# Ignore precompiled javascript packs
/public/packs
/public/packs-test
/public/assets
# Ignore yarn files
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Ignore uploaded files in development
app/storage/*
!/storage/.keep
.vscode/settings.json
.vscode/settings.json
.vscode/settings.json