# Ignore RubyMine files .idea # Any directory named 'work' is typically used for downloaded p4d, and # p4droots setup by ruby utilities work # We'll use this as our default 'local bundler cache' which we use to actually # create packages that include all their very own gem dependencies. vendor/cache # The output of most build commands goes in pkg pkg # Temporary files created by the docbook generation stuff *.pyc # We use this output directory for specs so that Jenkins can collate the output spec-output # Temporary output of the yardoc (Ruby documentation) tasks .yardoc doc-output # Oh, thank you Apple .DS_Store .vagrant # Working directories used by TestKitchen to generate Omnibus installers in VMs .kitchen # Need to make sure helper tools (like RubyMine) do not attempt to check this # in. .p4config log tmp .bundle .ruby-version # Ignore JetBrains IDE files .idea/ *.iml *.ipr *.iws # Ignore eclipse files .checkstyle .directory .project .classpath .settings .DS_Store
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 19715 | dbirch |
Add/update .p4ignore files throughout the project to ignore gradle, checkstyle and various other files and directories that shouldn't be checked in but weren't previously covered. Additionally added eclipse based .p4ignore terms to ignore common eclipse generated files. |
||
#1 | 17271 | tjuricek | Remove deprecated Ruby implementation. | ||
//guest/perforce_software/helix-web-services/main/source/helix_web_services/mock_raymond/.p4ignore | |||||
#1 | 16072 | tjuricek |
Helix Cloud integration for Helix Sync services. This includes a "mock_raymond" rails application for keeping tabs on basic integration with Helix Cloud. We do not test against a live server. See integration history for more details. |
||
//guest/doug_scheirer/helix-web-services/main/source/helix_web_services/mock_raymond/.p4ignore | |||||
#1 | 15855 | Doug Scheirer | something to ignore |