aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d404cdf7bea9bfd8dbb086a67808e3c11418cd9d (plain)
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
# use glob syntax
syntax: glob

*.elc
*.pyc
*~
*.db
*.mo

# Emacs
eproject.cfg

# Temporary files (vim backups)
*.swp

# Log files:
*.log

# Vagrant:
.vagrant/

# Virtualenv
venv
build

newspipe.egg-info/

instance/development.py
.coverage

# js and node files
node_modules
newspipe/static/npm_components
newspipe/static/js/bundle.min.js
bgstack15