testcases/ignores/multiple/.ignore (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | # Runtime files *.pid *.lock *.sock # Temporary files *.tmp *.temp *.bak *.swp *.swo # Cache directories .cache/ cache/ tmp/ # Development files *.dev *.local .env.local .env.development # Test files *.test test-output/ coverage/ .nyc_output/ # Documentation build docs/_build/ site/ # Local configuration config.local.* settings.local.* # Backup files *.backup *.old # System files *.pid *.seed *.pid.lock # Runtime data pids/ logs/ *.log.* # Dependency directories specific to .ignore vendor/ .vendor/ # Editor backup files *~ .#* #*# |