Skip to content

Commit 19ccd45

Browse files
committedOct 8, 2019
no message
1 parent 1e87bda commit 19ccd45

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
.idea/
3+
env_hotels/
4+
henv/
5+
venv/
6+
*.pyc
7+
app/apis/logs/
8+
app/logs/
9+
*.log.*
10+
*.log
11+
*.lock
12+
*.pytest_cache*
13+
nohup.out
14+
apidoc/
15+
node_modules/
16+
hotelApi/

0 commit comments

Comments
 (0)
Please sign in to comment.