Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
c06ff835
Commit
c06ff835
authored
Jul 10, 2017
by
Aleksey Shirokih
Browse files
ignore more
parent
d33f7726
Changes
2
Hide whitespace changes
Inline
Side-by-side
.dockerignore
View file @
c06ff835
/tmp/noc-tower-*.tar.bz2
/root
\ No newline at end of file
.idea/*
noc_tower.egg-info/
build/
dist/
root/
var/*
pip-selfcheck.json
local/**
lib/*
include/*
bin/*
share/*
*.pyc
.idea/
include/
lib/
Would skip repository local/
share/
var/
.gitignore
View file @
c06ff835
...
...
@@ -3,11 +3,12 @@ noc_tower.egg-info/
build/
dist/
root/
var/
*
var/
pip-selfcheck.json
local/
**
lib/
*
include/
*
local/
lib/
include/
bin/*
share/*
*.pyc
\ No newline at end of file
share/
*.pyc
.idea/
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment