Changeset 7216
- Timestamp:
- 11/17/2021 05:31:11 PM (4 years ago)
- File:
-
- 1 edited
-
branches/2.6/.gitignore (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/.gitignore
r6498 r7216 1 1 # gitignore file for bbPress 2 2 3 # Configuration files with possibly sensitive information 4 .htaccess 3 # Operating system 4 .DS_Store 5 .cache 6 .idea 7 Thumbs.db 5 8 6 # Files and folders related to build/test tools 9 # Build/test tools 10 /build 11 /phpcs.xml 7 12 /phpunit.xml 8 13 /tests/phpunit/build 9 14 /node_modules 10 15 /npm-debug.log 16 /lib-cov 17 /pids 18 /logs 19 /results 20 /src/vendor 21 /vendor 11 22 12 # Output directory. 13 /build 23 # Patches/debugging 24 *.rej 25 *.orig 26 *.diff 27 *.patch 28 *.seed 29 *.log 30 *.csv 31 *.dat 32 *.out 33 *.pid 34 *.gz 35 *.sql 36 *.zip 14 37 15 # Operating system specific files 16 .DS_Store 17 18 # Ignore other .gitignore files to allow for personal customizations 38 # Customizations 39 .htaccess 19 40 .gitignore 41 .wp-env.override.json 42 wp-cli.local.yml
Note: See TracChangeset
for help on using the changeset viewer.