It is possible to prevent SQL Developer from generating extra SQL files when exporting a schema structure. For example, SQL Developer always generates extra SQL files with the definitions of some indexes that have already been incorporated into the respective table's DDL or for which a DDL file already exists.
Each time a schema structure is exported, numerous extra SQL files with the suffix _1.sql are generated.