.p4ignore #4

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • .p4ignore
  • View
  • Commits
  • Open Download .zip Download (270 B)
# Do not check in the version file by accident
Version
helix-web-services-notes.txt

out/
build/
publicsite-generated

.gradle

# Ignore JetBrains IDE files
.idea/
*.iml
*.ipr
*.iws

# Ignore eclipse files
.checkstyle
.directory
.project
.classpath
.settings

.DS_Store
# Change User Description Committed
#4 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.
#3 17140 tjuricek Integrating porting work from development branch.

This work is now ready for testing/CD integration.
#2 17087 tjuricek Moving release notes to the (codeline)/p4-doc/user directory.
#1 17061 tjuricek Return an empty array if there is no pending changelist to submit.

Also, do not commit the Version file if it exists.