mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
chore: keep ignoring generated files that are no longer generated (#51056)
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -177,6 +177,16 @@ utils/get-lines.test.js
|
||||
utils/validate.js
|
||||
utils/validate.test.js
|
||||
|
||||
### Old Generated files ###
|
||||
# These files are no longer generated by the client, but can
|
||||
# exist on older branches. Continuing to ignore them ensures they
|
||||
# are not erroneously committed by contributors (or Naomi) who
|
||||
# aren't as familiar with our codebase.
|
||||
config/superblock-order.js
|
||||
config/superblock-order.test.js
|
||||
utils/slugs.js
|
||||
utils/slugs.test.js
|
||||
|
||||
### vim ###
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
|
||||
Reference in New Issue
Block a user