Sha256: 3b8aa18099d6c9eebb14aad0183f276a9c404b349a2a52174f488ed09346bfe1
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
# See http://help.github.com/ignore-files/ for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile ~/.gitignore_global # Database config and secrets /config/database.yml /config/secrets.yml # Ignore bundler config /.bundle # Ignore client credentials /config/client_api_credentials.yml # Ignore the default SQLite database. /db/*.sqlite3 # Ignore all logfiles and tempfiles. /log/*.log /tmp /db/structure.sql /doc/app/* /vendor/cldr/* /public/uploads/* /public/photo/* /public/test/* /test/assets/* /spec/assets/* /public/assets/** .powenv .rvmrc .env .ruby-version # Compiled source # ################### /pkg/ *.com *.class *.dll *.exe *.o *.so # Packages # ############ # it's better to unpack these files and commit the raw source # git has its own built in compression methods *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.zip # Logs and databases # ###################### *.log *.sql *.sqlite # OS generated files # ###################### .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes Icon? ehthumbs.db Thumbs.db /Gemfile.lock /coverage /.editorconfig
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
active_record-mti-0.3.2 | .gitignore |
jump_cloud-0.1.0 | .gitignore |
active_record-mti-0.3.0.pre.rc4 | .gitignore |