Skip to content

Instantly share code, notes, and snippets.

@vvikramjhu
Last active January 3, 2016 12:59
Show Gist options
  • Save vvikramjhu/8466431 to your computer and use it in GitHub Desktop.
Save vvikramjhu/8466431 to your computer and use it in GitHub Desktop.
# I an ignore specific files
./www/includes/db_connection.config
./www1/*
./www/.idea/*
# Use wildcards as well
*~
*.swp
# Can also ignore all directories and files in a directory.
tmp/**/*
remote: Counting objects: 96, done.
remote: Compressing objects: 100% (65/65), done.
remote: Total 79 (delta 38), reused 0 (delta 0)
Unpacking objects: 100% (79/79), done.
From https://bitbucket.org/SafeView/safeview_www
* branch master -> FETCH_HEAD
Updating 7e226e3..05ff553
Fast-forward
.gitignore | 9 +++
www/.idea/.name | 1 +
www/.idea/compiler.xml | 23 ++++++++
www/.idea/copyright/profiles_settings.xml | 5 ++
www/.idea/misc.xml | 144 +++++++++++++++++++++++++++++++++++------------
www/.idea/modules.xml | 2 +-
www/.idea/workspace.xml | 375 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
www/complete_registration.php | 3 +-
www/hello.iml | 12 ++++
www/includes/common_functions.php | 8 ++-
www/includes/{db_connection.cfg => db_connection.cfg~} | 13 +++--
www/includes/header.php | 3 +-
www/new tables in safeview details/details of new tables coming into safeview | 4 ++
www/register.php | 23 ++++++--
www/search_results.php | 115 +++++++++++++++++++++++++-------------
www/search_resultsBackup.php | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www/secure_images/769966.html | 67 ++++++++++++++++++++++
www/secure_images/file | 67 ++++++++++++++++++++++
www/secure_images/file311313612038.jpg | Bin 95492 -> 3242 bytes
www/secure_images/get_images.py | 6 +-
www/secure_images/imageNames | 248 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www/secure_images/safeview_fill_images.py | 16 ++++++
www/sitekey.php | 7 ++-
23 files changed, 1271 insertions(+), 99 deletions(-)
create mode 100644 .gitignore
create mode 100644 www/.idea/.name
create mode 100644 www/.idea/compiler.xml
create mode 100644 www/.idea/copyright/profiles_settings.xml
create mode 100644 www/hello.iml
rename www/includes/{db_connection.cfg => db_connection.cfg~} (79%)
create mode 100644 www/new tables in safeview details/details of new tables coming into safeview
create mode 100644 www/search_resultsBackup.php
create mode 100644 www/secure_images/769966.html
create mode 100644 www/secure_images/file
create mode 100644 www/secure_images/imageNames
create mode 100644 www/secure_images/safeview_fill_images.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment